MySQL Forums
Forum List  »  Stored Procedures

Re: MySQL Procedure SELECT statement not working
Posted by: Peter Brawley
Date: May 05, 2014 10:07PM

When you use a column name as the name of an sproc param, how is MySQL supposed to determine what an instance of the name refers to?!

Consider adopting a parameter naming convention that will always distinguish column namkes from parameter names.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL Procedure SELECT statement not working
1031
May 05, 2014 10:07PM


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.