MySQL Forums
Forum List  »  Stored Procedures

Re: Best way to "CALL ... INTO @a, @b"?
Posted by: Jarno Elonen
Date: March 17, 2013 10:13AM

Thank you for your answer.

My intended use is writing unit tests my for stored procedures, straight in the database setup .sql file without any higher level programming language -- it doesn't have to be pretty or even fast. A resultset is preferred to OUT variables for the actual use, however, so I'd rather not rewrite the code to OUT/INOUTs.

Any recommendations for examples on how to do this with temp tables?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Best way to "CALL ... INTO @a, @b"?
2094
March 17, 2013 10:13AM


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.