mysql group by和order by2022-05-04 00:29:39 select column,count(*) a from table group by column order by a; 对table表的column列,进行分组统计并排序。 mysql group by和order by上一篇:MySQL之新建索引原则下一篇:sql--查询(基本,条件,投影,排序)