1. 程式人生 > >[Database] Oracle 中的where 可以後接group by

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

emp dep group AS where rom rac mage ima

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

技術分享圖片

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