Viewing post 1 (of 1 total)
Using the Except operator, the following query returns any distinct values from TableA that are not also found in TableB.
SELECT * FROM TableA EXCEPT SELECT * FROM TableB
You may also...
July 5, 2009 at 2:18 am
#1020037