[Database] Oracle 中的where 可以后接group by

SELECT e.DEPTNO,COUNT(e.EMPNO) FROM emp e WHERE e.DEPTNO=10 GROUP BY e.DEPTNO

猜你喜欢

转载自www.cnblogs.com/zienzir/p/9240926.html