Query to select records in one table NOT in another

  • Thread starter Thread starter David Trowbridge
  • Start date Start date
D

David Trowbridge

I have two tables, A and B. They have a common
field "email". I want to write a select query that lists
all the records in table B with email values that do NOT
appear in table A.

Suggestions?

Thank you very much.

David Trowbridge
 
Back
Top