Guest_imported
New member
- Jan 1, 1970
- 0
I have two tables that have the same table layout. One of which is a TEMP table and one which is the ORIG table. I don't want to insert any records from the TEMP table into the ORIG table until I know for sure that no data is being duplicated. So my question is, How do I find all the records, if any, that are in both tables?