Hello - I have 2 tables. table1 contains a list of people. Table2 contains a list of poeple made up of SOME of the people from table1.. (So table1 has more records than table2).
I need to select all the people from table1 that ARE NOT in table2..
I will be selecting using FirstName and LastName..
Any ideas?
I need to select all the people from table1 that ARE NOT in table2..
I will be selecting using FirstName and LastName..
Any ideas?