가치 있는 정보 준비 중
3초만 투자해 보세요!
Preparing valuable information
Just invest three seconds!
[SQL] 함수
Data를 처리하고 결과를 리턴하는 PL/SQL로 된 프로그램 함수의 종류오라클에서 미리 만들어 놓은 함수단일행 함수 --교재 p.132문자 함수 : upper, lower, initcap, substr, instr, length, lpad, rpad, trim숫자 함수: round, trunc, mod날짜 함수 : month_between, add_month, next_day, last_day변환 함수 : to_char, to_number, to_date일반 함수: nvl, nvl2, decode, case 복수행 함수 (= group 함수)Max, min, sum, avg, count 내가 필요해서 만든 함수 (사용자 정의 함수) Upper, lower, initcap : 대문자, 소문자, 첫글자만 ..
2017. 11. 20.