C
Commish
Here's what I am trying to do:
I have a set of records that were imported into an application. And I
have the output from that set of loaded data. However, not all the
records loaded and I'd like to do some type of operation or join to
tell me which records in table A and not present in table B.
That is - if table A had ten values from A-J, and table B had ten
values from F-O, I'd want a join to be able to tell me that values A-E
and not in table B, but are in table A.
Is this possible?
I have a set of records that were imported into an application. And I
have the output from that set of loaded data. However, not all the
records loaded and I'd like to do some type of operation or join to
tell me which records in table A and not present in table B.
That is - if table A had ten values from A-J, and table B had ten
values from F-O, I'd want a join to be able to tell me that values A-E
and not in table B, but are in table A.
Is this possible?