Friday, August 20, 2004

Mysql Reminder

I can never remember how to change the value of a table from the mysql cli.

update table set field1='value1' where field2='value2';

insert into table values ("one", "two", "Three", "Four", "Five", "Six");

No comments: