This article is tagged with:
Update a column
and mysql
update a column
UPDATE table_name
SET column1 = value1, column2 = value2, ...
WHERE condition;