CALL
CALLstored_procedure[([parameter[, ...]])]
Use this statement to call a stored procedure. Parameters to be passed to the stored
procedure may be given within the parentheses. If the keyword of
INOUT is used, values may be given to the stored
procedure and returned to the SQL statement that called it. For an
example of this statement, see the CREATE PROCEDURE
statement later in this chapter.