I have 2 tables that contain the same columns (12 columns), one contains current records and the other contains previous records.
What I want to do is find any differences in the rest of the columns, based on t1.col1 = t2.col1 and t1.col2 = t2.col2 and t1.col3 = t2.col3, but the rest of the column values may be different.
Thanks in advance
What I want to do is find any differences in the rest of the columns, based on t1.col1 = t2.col1 and t1.col2 = t2.col2 and t1.col3 = t2.col3, but the rest of the column values may be different.
Thanks in advance