I have a query with one column and 937 rows.
I have another query with the same one column and 595 rows.
I want to query the difference of these queries, but I am having a heck of a time finding the syntax to do it! I'm using SQL Server 2000 and it's not liking the DIFFERENCE function...
Example SQL:
SELECT ID
FROM TABLE1
[insert magic function here!]
SELECT ID
FROM TABLE2
I have another query with the same one column and 595 rows.
I want to query the difference of these queries, but I am having a heck of a time finding the syntax to do it! I'm using SQL Server 2000 and it's not liking the DIFFERENCE function...
Example SQL:
SELECT ID
FROM TABLE1
[insert magic function here!]
SELECT ID
FROM TABLE2