2、查询出所有数据进行分组之后,和重复数据的重复次数的查询数据,先列下:. select count(username) as '重复次数',username from xi group by ...
確定! 回上一頁