Oracle
UPDATE Statement syntax
Figo Kim
2006. 9. 2. 01:15
UPDATE table
SET column = value [, column=value, ..]
[WHERE condition];