Hello.
I have what is probably a very basic SQL question for you guys but is driving me crazy.
I have two tables: A and B
Example:
Table A has 500 rows that meet certain search criteria.
Table B has 450 rows that meet the same search criteria used for table A.
The tables should return the same number of rows.
Question:
How would I write a query that would return the 50 rows that exist in table A but not in table B?
Thanks in advance for any help!
I have what is probably a very basic SQL question for you guys but is driving me crazy.
I have two tables: A and B
Example:
Table A has 500 rows that meet certain search criteria.
Table B has 450 rows that meet the same search criteria used for table A.
The tables should return the same number of rows.
Question:
How would I write a query that would return the 50 rows that exist in table A but not in table B?
Thanks in advance for any help!