In one table, but not the other

admin

Administrator
Staff member
I have two tables, one that contains a master list of items and a second table that contains a subset of the master table.

Using mySql, what does the SQL look like for a query that finds the items in the master table that are NOT in the second table?
 
Back
Top