Return to Snippet

Revision: 9152
at August 17, 2009 07:03 by therobot


Updated Code
UPDATE tablename SET columnname=value WHERE <cond>;

Revision: 9151
at October 23, 2008 06:35 by therobot


Initial Code
UPDATE table SET column=value WHERE <cond>;

Initial URL


Initial Description


Initial Title
update a field in mysql

Initial Tags
mysql

Initial Language
SQL