欢迎访问我的个人网站==》 jiashubing.cn
摘要: 正常情况下,mysql 的 replace into 功能,也可以通过insert ignore 或者 if not exists 等关键词替代实现 然而,在oscar 数据库里,replace 不能使用,而且 ignore 或 if 等关键词 它也不认 最终研究发现,得用 MERGE INTO 比 阅读全文
posted @ 2022-06-24 15:54 贾树丙 阅读(135) 评论(0) 推荐(0)