Invoke a UDR in an SQL statement
You can invoke a UDR from within an SQL statement in the
following ways:
- You can directly invoke a UDR with the EXECUTE FUNCTION or the EXECUTE PROCEDURE statement.
- You can invoke a user-defined function within an expression.