목록Table Function (1)
어느 가을날의 전환점
ORACLE|Table Function 과 Pipeline Table Function (테이블 함수)
Table Function 과 Pipeline Table Function 의 차이점 Table Function 값을 리턴할 때 단순히 string 형태로 return 하는 것이 아니고 table 형태로 return을 함. Pipeline Table Function create or replace function pipeline_func(strt int, end int) return table_type1 pipelined ==> Table Function 과 pipeline Table Function 문법 차이점.. is ....... 한 Row씩 처리하므로 바로 결과 값들이 출력되기 시작 Table Function은 전체 데이터 처리를 수행하지만 Pipelined Table Function은 부분 범위 ..
Database/Oracle
2010. 7. 28. 20:08