Oracle/SQL Fundamentals I
8일차 # 4-9: DISTINCT
Bohemian life
2012. 4. 13. 15:15
SQL> select sum(deptno), sum(distinct deptno) from emp;