Hello experts,
I have two tables.
Table A has exact same column names as table B.
I need my out put like this.
ID(common for both tables) TableA.col1 TableB.col1 TableA.col2 TableB.col2 ...............for all columns
How can i write it in dynamic sql as i have 100 tables to cmpare.
TIA