Need help in writing the SQL Query
Hi Everyone,
I have a table 'T' With Column 'C1' as follows
C1
--
A
B
C
D
If the Application passes the list 'A','E','D', then Query should return the
result 'E' which is not present in the Column values,
Can any body help how to achieve this through query itself.