In MySQL, a stored procedure is invoked using the CALL statement. A stored procedure does not have a return value but can modify its parameters. It also returns some result sets.
Previous Question Next Question
Your comments will be displayed only after manual approval.