MySQL replace into那些隐藏的风险
摘要:MySQL中 replace into是否像预期样:若表中有已经存在的数据,则把已经存在的数据删除,插入新数据? 准备数据 CREATE TABLE `test_replace` ( `id` int(11) NOT NULL AUTO_INCREMENT, `str1` char(10) DEFA
阅读全文
posted @ 2020-11-28 21:25
posted @ 2020-11-28 21:25