How can I copy (column1 in table1) to (column2 in table2)?
Note that:
1- Both tables are in same database.
2- There is data in both column, so I want to replace all (column2) exist data with (column1) data.
I tried many queries but nothing is working !
Note that:
1- Both tables are in same database.
2- There is data in both column, so I want to replace all (column2) exist data with (column1) data.
I tried many queries but nothing is working !