sql copy column value to another column with many rows code example Example: copy all values of a column to another column in sql in same table UPDATE table SET columnB = columnA;