CALL STORED_PROCEDURE_NAME()
You use the
CALL statement to call a stored procedure e.g., to call the GetAllProducts stored procedure, you use the following statement:
1
|
CALL GetAllProducts();
|
No comments:
Post a Comment