Database
: SQL: Updating Fields
Updating Fields
UPDATE
table
SET {
column
=
expression
},... [WHERE
search-condition
]
Changes the column value(s) for all rows which match the search condition.