I have table 1 that has 13100 records and table 2 that has 13000 records. Both these table contain the same information except table 2 has 100 more records.
I would like to append the 100 records only that do not exist in table 2 from table 1.
Is this possible?
I would like to append the 100 records only that do not exist in table 2 from table 1.
Is this possible?