Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

copy value from one column to another postgres

UPDATE table SET columnB = columnA;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #copy #column #postgres
ADD COMMENT
Topic
Name
5+5 =