MySQL Forums
Forum List  »  Stored Procedures

Re: Calling procedure in the select clause
Posted by: Peter Brawley
Date: June 25, 2014 10:11PM

> I want to call a procedure for every row I retrieve via a query, but without having to write a stored procedure to do that.

?! You can't call a procedure that's not been created.

> it has to be a function to use here

Yes.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Calling procedure in the select clause
1258
June 25, 2014 10:11PM


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.