mysql查詢表裏的重複數據

先貼個簡單的SQL語句

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

使用詳情說明

相關文章
相關標籤/搜索