sql 查询重复数据

select user_name,count(*) as count from comm_user group by user_name having count>1;

  

posted @ 2019-05-31 18:49  八英里  阅读(175)  评论(0编辑  收藏  举报