sql command2012-10-29DatabaseContentssql commandsql command1 2 3 -- http://www.wiloon.com/?p=1899 insert into t1 values (1,'1',1) on duplicate key update c0=c0+1; INSERT INTO "表格名" ("栏位1", "栏位2", ...) VALUES ("值1", "值2", ...); Author lcfLastMod 2012-10-29