Skip to main content
The CALL invokes a .

Required privileges

To call a procedure, a user must have on the procedure.

Synopsis

call syntax diagram

Parameters

ParameterDescription
proc_nameThe name of the procedure to call.
param_valuesA comma-separated list of parameter values.

Examples

Call a stored procedure

The following statement calls the , specifying 5 rows to delete and a rides_left cursor name:

See also