EXEC v16
Name
EXEC
— Execute a function.
Synopsis
Description
EXECUTE
Parameters
procedure_name
The (optionally schema-qualified) function name.
argument_list
A comma-separated list of arguments required by the function. Each member of argument_list
corresponds to a formal argument expected by the function. Each formal argument can be an IN
parameter, an OUT
parameter, or an INOUT
parameter.
Examples
The EXEC
statement can take one of several forms, depending on the arguments required by the function:
- On this page
- Name
- Synopsis
- Description
- Parameters
- Examples