delete a from tb a where (select count(1) from tb where f1=a.f1)>1
delete from tb where f1 in(select f1 from tb group by f1 having count(*)>1)
34,873
社区成员
254,640
社区内容
加载中
试试用AI创作助手写篇文章吧