mysql 删除数据库title重复内容

delete from article where id  in ( select id from (select id from article group by title having count(title) > 1)  as  a)

posted @ 2017-01-04 15:57  王君山山  阅读(163)  评论(0编辑  收藏  举报