G
Guest
I am trying to write a query that finds all missing records that are in 1
table and not the other. For example, I have table A with 1652 records and
table B with 1660. I am trying to find the records that are in table b but
not in table A. The easiest way to do it is that each table has a field that
has primary key with no duplicates called fire_event_id. Anybody have any
ideas. Any help would be greatly appreciated.
table and not the other. For example, I have table A with 1652 records and
table B with 1660. I am trying to find the records that are in table b but
not in table A. The easiest way to do it is that each table has a field that
has primary key with no duplicates called fire_event_id. Anybody have any
ideas. Any help would be greatly appreciated.