1.查询数据库中重复的记录:select realname,count(*) from users group by realname having count(*)>1 相关文章: 2022-12-23 2021-11-17 2021-12-03 2021-09-09