How to get unmatched records using SQL query?
- by Dev
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?