select birthday, count(*) from table1 group by birthday order by birthday
例子如下: SELECT TRUNC(S.HIREDATE, 'mm'), COUNT(*) FROM SCOTT.EMP S GROUP BY TRUNC(S.HIREDATE, 'mm');
17,137
社区成员
55,258
社区内容
加载中
试试用AI创作助手写篇文章吧