Hi Experts,
I need to compare two tables that both use the same multiple column primary key (columns named "G", "S" & "L").
Basically they are a master table (table1) and an updated version (table2). I want to compare and find where the updated table (table2) has had:
1) Records added
2) Records deleted
3) Alterations made to certain fields (lets say fields x & y) within existing records.
Can anyone give me an example how to do this?
Many Thanks,
Sam
Start Free Trial