mysql查询表里的重复数据方法

select username,count(*) as count from hk_test group by username having count>1;

posted @ 2019-11-19 11:24  许佳挺  阅读(844)  评论(0)    收藏  举报