insert时带有where条件的写法(增量复制)(去除重覆的数据)
insert时带有where条件的写法(增量复制)(去除重覆的数据)
通表中的id字段做增量判断条件。
实现效果:把表cjh_weapp_accessstatistics增量备份到表cjh_weapp_accessstatistics_all。
insert into cjh_weapp_accessstatistics_all select * from cjh_weapp_accessstatistics where not exists (select * from cjh_weapp_accessstatistics_all where cjh_weapp_accessstatistics_all.id = cjh_weapp_accessstatistics.id);
insert into cjh_weapp_accessstatistics_all
select * from cjh_weapp_accessstatistics
where not exists
(select *
from cjh_weapp_accessstatistics_all
where cjh_weapp_accessstatistics_all.id = cjh_weapp_accessstatistics.id);
insert时带有where条件的写法(增量复制)(去除重覆的数据)
http://www.zh-cjh.com/shujuku/3902.html
where not exists (从主查询中去掉子查询的数据)
http://www.zh-cjh.com/shujuku/3922.html
1、本站资源长期持续更新。
2、本资源基本为原创,部分来源其他付费资源平台或互联网收集,如有侵权请联系及时处理。
3、本站大部分文章的截图来源实验测试环境,请不要在生产环境中随意模仿,以免带来灾难性后果。
转载请保留出处: www.zh-cjh.com珠海陈坚浩博客 » insert时带有where条件的写法(增量复制)(去除重覆的数据)
2、本资源基本为原创,部分来源其他付费资源平台或互联网收集,如有侵权请联系及时处理。
3、本站大部分文章的截图来源实验测试环境,请不要在生产环境中随意模仿,以免带来灾难性后果。
转载请保留出处: www.zh-cjh.com珠海陈坚浩博客 » insert时带有where条件的写法(增量复制)(去除重覆的数据)
作者: cjh
手机扫一扫,手机上查看此文章: |
一切源于价值!
其他 模板文件不存在: ./template/plugins/comment/pc/index.htm