J
John
Hi
When I run an IN query as below I don't get eh desired results?
SELECT * FROM Table1 WHERE Table1.ID In (SELECT [ID] from Table2)
What is the problem and how to fix it? Am I better of using and equivalent
EXISTS query?
Thanks
Regards
When I run an IN query as below I don't get eh desired results?
SELECT * FROM Table1 WHERE Table1.ID In (SELECT [ID] from Table2)
What is the problem and how to fix it? Am I better of using and equivalent
EXISTS query?
Thanks
Regards