首页 > 数据库技术 > 详细

去除数据库的重复数据

时间:2018-01-29 17:04:57      阅读:255      评论:0      收藏:0      [点我收藏+]
UPDATE ptop_investrecord set delflag = 1 where id in (SELECT o.id from (SELECT uid,min(id) as id,count(uid) as num 
from ptop_investrecord 
where cid = 1578  and progress = 1  and comefrom = 5 AND delflag = 0 GROUP BY uid,flagname,money HAVING num >1) as o);

只对老的数据进行更改

去除数据库的重复数据

原文:https://www.cnblogs.com/matengfei123/p/8378106.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!