Oracle/SQL Fundamentals I

5일차 3. Single-Row Functions

Bohemian life 2012. 4. 9. 21:54



* 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이라고 합니다)