MySQL Forums
Forum List  »  Newbie

Re: Call to mysql procedure fails with error.
Posted by: Peter Brawley
Date: November 21, 2016 11:41AM

To use a variable as an argument in a query call makes the query "dynamic". Fir such queries you must use PREPARE. See that page in the manual.

Options: ReplyQuote


Subject
Written By
Posted
Re: Call to mysql procedure fails with error.
November 21, 2016 11:41AM


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.