I need to copy data between columns from two identical tables.
I want to update rows, not add rows, so it's practically a restore.
Table1 contains the columns: aa, bb, cc
and Table2 contains the same columns (where aa is the key.)
There only difference is the Table1 contains more rows.
I'm no expert, but I guess I need to use two cursors for this.
Can someone please help me with the SQL?
I want to update rows, not add rows, so it's practically a restore.
Table1 contains the columns: aa, bb, cc
and Table2 contains the same columns (where aa is the key.)
There only difference is the Table1 contains more rows.
I'm no expert, but I guess I need to use two cursors for this.
Can someone please help me with the SQL?