Create a query for a table
Want all that dont match between the 2 tables and only records that are in table 1
Select * from table 1
Where id.table1 <> id.table2
I need logic to include only return records where there is a no match between table1 and table2 and the results will only include records from table1 NOT table2 as well