MySQL Forums
Forum List  »  Stored Procedures

Re: Stored Procedure returning what I didn't expected
Posted by: Rick James
Date: October 02, 2014 09:47PM

Some SQL needs to be "prepared" and "executed". I think this is such:
SELECT * FROM Categoria WHERE Codigo IN (codigos);

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Stored Procedure returning what I didn't expected
1134
October 02, 2014 09:47PM


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.