colonne de set postgres égale à une autre
UPDATE table_name
SET column_one = column_two,
WHERE column_two = 'some string'
Trained Tuna
UPDATE table_name
SET column_one = column_two,
WHERE column_two = 'some string'