postgres copy field value from one row to another code example Example: copy value from one column to another postgres UPDATE table SET columnB = columnA;