Sample: There is a table with 3 columns, c1, c2 and c3.
- c1 is the PK.
- c2 is empty.
- c3 is same data type as c2 and empty.
How to write a sql statement to copy values in c3 to c2 for all rows accordingly?
Sample: There is a table with 3 columns, c1, c2 and c3.
- c1 is the PK.
- c2 is empty.
- c3 is same data type as c2 and empty.
How to write a sql statement to copy values in c3 to c2 for all rows accordingly?