MySQL Forums
Forum List  »  Stored Procedures

Re: Variable Table name in Stored Procedure issue
Posted by: Rick James
Date: March 10, 2012 06:22PM

> I need this stored procedure to run concurrently on separate threads.
What language are you using? MySQL will not do that itself.

> But, I can't send this name into the functions (processing the 'temporary' table) as dynamic SQL queries arent allowed in functions.
Must it be a FUNCTION, not a PROCEDURE?

What is it you are really doing? This smells like a lot of work for something that might be achieved more simply in a radically different way.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Variable Table name in Stored Procedure issue
1399
March 10, 2012 06:22PM


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.