MySQL Forums
Forum List  »  Stored Procedures

Re: An issue about create a function in Stored Procedures
Posted by: Peter Brawley
Date: April 08, 2014 11:35AM

MySQL does not support creating a function either in a prepared statement or within another stored routine.

You want the computated string for a query? The sproc could store the result in a user var with a connection-specific name.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: An issue about create a function in Stored Procedures
923
April 08, 2014 11:35AM


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.