Functions in SQL
function ::= SQL_function |
function_602SQL |
function_stored_on_the_server |
function_from_external_DLLs
You can use the following types of functions in 602SQL:
- Standard functions defined in the SQL standard (see description)
- Standard functions in the 602SQL client API (see description)
- User defined functions written in the SQL language and stored on the server (see description)
- User defined functions stored in external .DLL libraries (see description)
The first two function types overlap since some of the internal 602SQL functions were designed before the SQL language standard was defined properly.
List of topics: