mysql查询重复时间:2021-02-03 05:23:04select * from tablename where id in ( select id from tablename group by id having count(id) > 1 )