16.1.3 Function Dictionary
Built-in functions organized by category.
| Category | Description |
|---|---|
| Aggregate Functions | Group aggregates such as COUNT, SUM, AVG, MIN, MAX, STDDEV, FIRST, and LAST |
| Window/Series Functions | Window and series analysis functions such as ROWNUM and SERIESNUM |
| Date/Time Functions | Date/time processing with TO_DATE, TO_CHAR, DATE_TRUNC, ADD_TIME, and others |
| JSON Functions and Dot Notation | JSON extraction, modification, and member access |
| Regular Expression Functions | Regex search and transformation with REGEXP_LIKE, REGEXP_SUBSTR, and others |
| NEXTVAL | Automatic sequence values for Lookup table sequence columns |
| User Context Functions | CURRENT_USER, SESSION_USER, and internal user IDs |
| Complete Function Reference | Complete reference, including existing functions and CAST |
Common Rules
- NULL input produces NULL output unless otherwise stated.
- Argument type mismatches produce
ERR-02036orERR-02037.
Last updated on