mysql查询重复数据

select * from hkby_facebookhistory_abroaddataall where ir_content in (select A.ir_content from((select ir_content from hkby_facebookhistory_abroaddataall group by ir_content having count(ir_content) > 1) as A)) ORDER BY ir_content;

posted @ 2022-02-11 11:47  布都御魂  阅读(36)  评论(0)    收藏  举报