SQL> select sum(deptno), sum(distinct deptno) from emp;




'Oracle > SQL Fundamentals I' 카테고리의 다른 글

8일차 # 4-12: GROUP BY clause  (0) 2012.04.13
8일차 # 4-10: Group Function with NULL  (0) 2012.04.13
7일차 # 4-6: AVG, SUM  (0) 2012.04.12
7일차 # 4-8: COUNT  (0) 2012.04.12
7일차 # 4-5, 4-10:  (0) 2012.04.12

+ Recent posts