SELECT e.DEPTNO,COUNT(e.EMPNO) FROM emp e WHERE e.DEPTNO=10 GROUP BY e.DEPTNO
[Database] Oracle 中的where 可以后接group by
原文:https://www.cnblogs.com/zienzir/p/9240926.html