Answers for "copy one column data to another column in ms sql"

SQL
2

sql query to copy data from one column to another

UPDATE table SET columnB = columnA;
Posted by: Guest on January-04-2021

Code answers related to "copy one column data to another column in ms sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language