This article is tagged with:
Update value postgresql
and mysql
update value postgresql
UPDATE table
SET column1 = value1,
column2 = value2 ,...
WHERE
condition;