MySQL Forums
Forum List  »  Stored Procedures

Re: simple procedure does not return anything
Posted by: Peter Brawley
Date: September 14, 2015 12:44PM

Sprocs don't really "return" anything at all, but execute queries as if they did.
You're executing Call test(); via what client?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: simple procedure does not return anything
866
September 14, 2015 12:44PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.