Its not really a subtraction I\'m looking for. And I know its not a union or intersection... I have been given a long and complex stored procedure that returns a table of
SELECT * FROM Table1 LEFT JOIN Table2 on Table1.id = Table2.id WHERE Table2.id IS NULL
this should work on almost any database engine