I have two tables (POSITION, CONTACT_INFO) that have, among other items, SSN and Org_Code. I need a query to find which rows in the contact_info table do not have a matching ssn and org code in the position table.
I know in Oracle, there is a MINUS operator which can do this. Is there an equivalent in SQL Server??
Thanks for your help,
Brinson
I know in Oracle, there is a MINUS operator which can do this. Is there an equivalent in SQL Server??
Thanks for your help,
Brinson