标签:src not tin cursor having 比较 people fetch 查找
1、查找表中多余的重复记录,重复记录是根据单个字段(peopleId)来判断
select * from people
where peopleId in (select peopleId from people group by peopleId having count(peopleId) > 1)
标签:src not tin cursor having 比较 people fetch 查找
原文地址:http://www.cnblogs.com/lantianhf/p/7246021.html