select id, name, memo from Awhere id in (select id from A group by id having count(1) >= 2)
SQL查询语句,怎样查询重复大于等于小于多少的数据
最新推荐文章于 2025-06-26 12:40:30 发布

select id, name, memo from Awhere id in (select id from A group by id having count(1) >= 2)