Dear All,
I have two tables with 200 columns without any primary key. I want to findout the numbers does not match in both.
SELECT C1, C2, C3, C4.... C200 from T1
MINUS
SELECT C1, C2, C3, C4.... C200 from T2
Please let me know what is the workaround for this.
Thanks
Ria