Non Matching Values
DaveyBJul 6 2008 — edited Jul 8 2008Dear All,
I have two tables tableA and tableB each containing a random multiset of data.
TableA
Name
David
Mike
John
TableB
Name
James
David
Mike
What I want to know is all the values that are NOT in BOTH tableA and tableB. In this situation it would be the Names John and James.
Any ideas?