摘要: 方法一: 利用另一个表,通过distinct查出来插入另一张表,然后再删除这张表的数据,将去重后的表的数据再插进来。 方法二: 1、查找表中多余的重复记录,重复记录是根据单个字段(peopleId)来判断 select * from people where peopleId in... 阅读全文
posted @ 2015-07-10 15:27 lighttheripper 阅读(413) 评论(0) 推荐(0)