I am a newbie. Sorry if the question is stupid :P. I have a table as follows
A B C D
x 1
y 1
t z 1
my query is as follows:
Select D from table where A = 'x' OR B = 'y' OR C = 'n' EXCEPT Select D from table where (A NOT EQUALS 'x'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.