SajidAttar
Programmer
Hi!
I have following query.
Code:
Select a.*
From Table1 a
where [blue] not exist (
select * from Table2 b
where a.col1 = b.col1 and a.col2 = b.col2 ) [/blue]
I want to get rid of WHERE clause.
Is there a way to use join (Inner/outer) to retrieve the same result as above query.
Thanks in advance,
Regards,
"There are no secrets to success. It is the result of preparation, hard work, and learning from failure." -- Colin Powell