Functions
Functions are similar to operators in that they manipulate data items and return a result. Functions differ from operators in the format of their arguments. This format enables them to operate on zero, one, two, or more arguments:
function(argument, argument, ...)
A function without any arguments is similar to a pseudocolumn (refer to Chapter 2, "Pseudocolumns"). However, a pseudocolumn typically returns a different value for each row in the result set, whereas a function without any arguments typically returns the same value for each row.
This chapter contains these sections:
'Dev. 데이터베이스 > Oracle 관련' 카테고리의 다른 글
[ORACLE 강좌] 오라클 함수 - 분석함수 ( Analytic Functions ) (0) | 2012.08.22 |
---|---|
[ORACLE 강좌] 오라클 함수 - ROLLUP, CUBE, GROUPING (6) | 2012.08.22 |
[ORACLE 강좌] 오라클 함수 - 집합함수 ( Aggregate functions ) (0) | 2012.08.22 |
to_char, to_date 를 위한 형식 모델 (Format models) (0) | 2012.08.21 |
Oracle SQL 강좌 (0) | 2012.08.13 |