Gazzamuffin
MIS
I have two tables with the same data fields. I have joined them by the primary key and now want to use the join to exclude all records that appear in both tables.
The 3 options to join the tables only deal with records where the join properties are the same but I want to return all data from the first table except where it matches data from the second table.
Am I making sense?
Cheers
G
The 3 options to join the tables only deal with records where the join properties are the same but I want to return all data from the first table except where it matches data from the second table.
Am I making sense?
Cheers
G