SQL UDF function names (see Function Name) are distinct from SQL UDF specific function names.
The following table briefly outlines the differences among the different function identifiers:
Function Identifier | Syntax Variable Name | Definition |
---|---|---|
Function name | function_name | The identifier used to call the function from an SQL request.
|
Specific function name | specific_function_name | The identifier used to define the function as a database object in the dictionary table DBC.TVM. |