mysql 数据表中查找重复记录 SQL



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


签名:这个人很懒,什么也没有留下!
最新回复 (0)
返回