Skip to content

Functions

agershun edited this page Dec 28, 2014 · 11 revisions

Functions

  1. Compile-time standard library
  • String functions
  • Number functions
  • Logical functions
  • Date-time functions
  1. Run-time standard library
  2. User-defined functions
  3. Into-functions
  4. From-functions

Samples:

    ABS(), IIF(), IFNULL(), INSTR(), LOWER(), 
    UPPER(), LCASE(), UCASE(), LEN(), LENGTH()
    YEAR(date), DAYOFWEEK(date)
Clone this wiki locally