MySQL Forums
Forum List  »  Stored Procedures

Re: How to Exec variable contenting SQL statement in Procedure?
Posted by: Andrew Gilfrin
Date: March 29, 2005 01:45AM

"But when you creating new function you also collection the variable(fieldname) to make the SQL before you Exec to return result "

That's correct but at this stage your building the sql statement outside of MySQL, at the point you pass the SQL to MySQL it's in it's full form.

Andrew Gilfrin
http://www.mysqldevelopment.com

Options: ReplyQuote




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.