标签:color set 语句 font nbsp upd style 常用 span
插入INSERT IGNORE INTO test (`f1`, `f2`, `f3`) VALUES (v1,v2,v3); 更新update test set f1=v1,f2=v2 where f3=v3;
mysql 常用语句模板
原文地址:http://www.cnblogs.com/guochunyi/p/6232342.html