Mega Code Archive

 
Categories / MySQL Tutorial / Procedure Function
 

CALL Statement Syntax

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.