Dear Experts,
I am Newbi to Teradata. I used to compare the two tables as below.
Select * from SOURCE_TABLE
MINUS
Select * from TARGET_TABLEThe above procedure can only get the all the records from SOURCE_TABLE if it is not matches with TARGET_TABLE.
Is there any way to get column level mismatches. Please find below for more understanding.
↧