FUNCTION_OBJECT_ID_UDF (VARCHAR)
Definition
This user-defined function (UDF) checks if a function with a specific name has been created before.
Parameters
NAME
VARCHAR
The function name to be evaluated.
Returns
Returns a boolean expression depending on the existence of the function.
Usage example
Input:
Output:
Last updated