select * from tablename where id in (select id from tablename group by id having count(id) > 1) 相关文章: 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2021-12-03