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