I have a MySQL database ver 5.1. I have two tables Table_A will always keep the records in it. Table_B will be used to only compare the differe
SELECT name FROM Table_A WHERE name NOT IN (SELECT name FROM Table_B)