How to get unmatched records using SQL query?
Posted
by Dev
on Stack Overflow
See other posts from Stack Overflow
or by Dev
Published on 2010-04-21T06:06:44Z
Indexed on
2010/04/21
6:13 UTC
Read the original article
Hit count: 129
sql
Actually if i am doing INNER JOIN of two tables then i will get all matched records from the two tables. But i want to get all the unmatched rows only.
Is there any way to do that? Or Any JOIN available for that?
© Stack Overflow or respective owner