摘要: mysql中 insert ignore 的使用示例如下: INSERT IGNORE INTO `table_name` (`reportid`, `content`) VALUES (‘11111’,‘hello’); 需要注意的是,如果对应的表没有加唯一索引或者相应主键的话,insert ig 阅读全文
posted @ 2017-12-29 14:45 罗曼骑士 阅读(2124) 评论(0) 推荐(0) 编辑