Reputation: 131
I have two columns namely Column A and B, I would like to return a list of names based from column that is not in column B.
Column A
---------
A
B
C
D
E
Column B
---------
E
B
A
Return
----
C
D
May I know is it possible to make such query ?
Upvotes: 2
Views: 2051