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