delete from article where id in ( select id from (select id from article group by title having count(title) > 1) as a)
转载于:https://www.cnblogs.com/shanrui/p/6248992.html
delete from article where id in ( select id from (select id from article group by title having count(title) > 1) as a)
转载于:https://www.cnblogs.com/shanrui/p/6248992.html