I have a Query:
SELECT Column1 FROM Table WHERE Column2 IN (‘val1,’val2′,’val3′,….’valn’);
Now I want those values which didn’t return any rows. Means those values which I have passed in IN functions but they are not present in my tables.
Sorry if I failed to make it clear 🙂
1 Answer