插入
INSERT IGNORE INTO test (`f1`, `f2`, `f3`) VALUES (v1,v2,v3);
更新
update test set f1=v1,f2=v2 where f3=v3;
p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco }
span.s1 { color: #931a68 }
2022-08-29 16:33:29
插入
INSERT IGNORE INTO test (`f1`, `f2`, `f3`) VALUES (v1,v2,v3);
更新
update test set f1=v1,f2=v2 where f3=v3;
p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco }
span.s1 { color: #931a68 }