Quick question:
how can i make this sql statement:
SELECT table1.field1, table1.field2 FROM table1 WHERE field1 DOES NOT EQUAL table2.field1
basically i want to only select records from table1 that do not exist in table2
any help will be greatly appreciated,
thanks in advance,
Jonah