or DO block can call a procedure
using CALL. Output parameters are handled
differently from the way that CALL works in plain
- SQL. Each INOUT parameter of the procedure must
+ SQL. Each OUT or INOUT
+ parameter of the procedure must
correspond to a variable in the CALL statement, and
whatever the procedure returns is assigned back to that variable after
it returns. For example: