MySQL Forums
Forum List  »  Stored Procedures

Re: How to use a stored procedure in a select structure?
Posted by: Roland Bouman
Date: November 14, 2005 09:44AM

You cant. You can evaluate a function in a select statement:

select myFunc(col1,col2)
from myTable
where myOtherFunc(col3) = 1


(you get the idea)

Options: ReplyQuote




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.