DBFUNCTION
Calls a database function.
Note: This function
is available only for database operations.
Return Value
Typeless
Syntax
DBFUNCTION( functionName, arg1, arg2, ... )
where:
- functionName is the name of the database function you want to call.
- arg1, arg2, ... are any arguments required by the database function.