查询某一字段是不是重复
查询某一字段是否重复
select lu.user_name, count(*) cc from qx.leap_user lu group by lu.user_name having count(*) > 1