I'm using SQL Query Analyzer 2000
My script looks at the entries in Table1 and compares it to Table2, if there are certain entries from Table1 not in Table2 it returns those entries to me. This part works fine.
What I need is for the result to return a value if all the entries are in both tables. What happens is that if all the entries are in both tables, the result is empty, NOT NULL but empty.
Here's my script.
...