1、查询数据表中重复记录 select user_name,count(*) as count from user_table group by user_name having count>1; 相关文章: