MySQL Forums
Forum List  »  InnoDB

Re: MySQL Stored Procedure coding question
Posted by: Rick James
Date: December 29, 2012 04:56PM

I don't know how many problems there are, but this one jumps out at me:
SET SelectStmt ...
You never mention SelectStmt again.
You probably meant
SET @SelectStmt ...

Options: ReplyQuote


Subject
Views
Written By
Posted
1312
December 27, 2012 11:25AM
Re: MySQL Stored Procedure coding question
609
December 29, 2012 04:56PM


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.