중복1 학원 수업 20일차 220916 9-10 oracle tablespace https://myjamong.tistory.com/218 s 10-11 select - from - where -order by order by 쿼리의 제일 마지막에만 쓸 수 있음 --결과가 중복된 결과 나올 경우 하나만 표기 select distinct DEPARTMENT_ID from employees; --distinct 중복제거 order by 1(column번호); --column번호에서 오름차순 --order by 컬럼의 출력순서 --숫자타입은 산술연산가능 (+,-,*,/) : null과 연산시 결과는 무조건 null NVL함수 NVL(commission_pct , 0) commission_pct가 null이면 값을 0으로 치환합니다 11-12 --(.. 2022. 10. 24. 이전 1 다음