|
Use the CALL statement to invoke a stored procedure. The stored procedure may be a user-defined one or a system stored procedure.
The following example calls a user-defined procedure without parameters:
The following examples call a user-defined procedure with parameters:
The following statement lists the column information for all columns in the Department table.
|
Chapter contents
Prev topic: BEGIN [ATOMIC]
|