sql move values from one column to another code example Example: copy value from one column to another postgres UPDATE table SET columnB = columnA;