April 2008
Intermediate to advanced
566 pages
21h 55m
English
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.
Read now
Unlock full access