select one column from a table in sql and copy to another table code example Example: copy all values of a column to another column in sql in same table UPDATE table SET columnB = columnA;