Tuesday, August 6, 2013

Calling stored procedures

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:

No comments:

Post a Comment