SQL 去重

时间:2014-05-04 17:36:18   收藏:0   阅读:451

delete from testtable a where (a.testcontent) in (select testcontent from testtable GROUP BY testcontent having count(*)>1) and seqid not in (select min(seqid) from testtable group by testcontent having count(*)>1)

SQL 去重,布布扣,bubuko.com

原文:http://smilezhuolin.blog.51cto.com/7671611/1405987

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!