* Functions - Built-in Functions     - Single-row Functions  : return one result per row

                                     - Multiple-row Functions: return one result per SET of rows

(=group function)

            - User-defined Functions - PL/SQL로 작성








* Arguments : input values of functions





* Single-row Functions - Character - Case-manipulation

                                   - Character-manipulation

                       - Number

                       - Date

                       - Conversion: Implicit/Explicit data type conversion

                       - General





# 3-5: Single-Row Functions

  1) 데이터 조작

  2) 인자를 받아서 결과값을 반환

  3)

  4) 

  ...


  - Possible Arguements

    1) User-supplied constant

    2) Variable

    3) Column name

    4) Expression (함수가 올 수도 있는데 이 경우를 nested function이라고 합니다)

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

5일차 # 3-11: SUBSTR  (0) 2012.04.09
5일차 Character  (0) 2012.04.09
5일차 Interaction: 치환변수  (0) 2012.04.09
5일차 File Manipulation(파일 조작造作 )  (0) 2012.04.09
5일차 Edit: SQL Buffer를 편집  (0) 2012.04.09

+ Recent posts