Posted on
2021-08-19 13:44黔人阿诺
阅读(160)
评论(0)
编辑收藏举报
delete from toutiao where title in (SELECT a.title from
(select title from toutiao group by title
having count(title) > 1) a
)and id not in (SELECT b.id from (select id from toutiao group by title having count(title) > 1) b
)