update_table
This is an old revision of the document!
UPDATE table_name
SET column1 = value1,
column2 = value2,
…
WHERE condition
RETURNING * | output_expression AS output_name;
update_table.1624896511.txt.gz · Last modified: 2023/09/14 06:06 (external edit)