摘要: 一: 1、alter table "表名" add unique index(`字段1`,`字段2`) 2、insert into "表名" (`name`,`age`,`time`)values('zhangsan','18','2001:10:10') on duplicate key upda 阅读全文
posted @ 2020-08-31 11:20 黑魔法os 阅读(355) 评论(0) 推荐(0) 编辑