CALL Statement Syntax : Call « Procedure Function « MySQL Tutorial






CALL sp_name([parameter[,...]])
   CALL sp_name[()]

The CALL statement invokes a procedure.

CALL can pass back values to its caller.

A client program can call the ROW_COUNT() function to get the count of affected rows.









11.6.Call
11.6.1.CALL Statement Syntax
11.6.2.Call another procedure
11.6.3.Call another procedure with parameter
11.6.4.Call another procedure to pass the error code
11.6.5.Call another function
11.6.6.Nested function call