MySQL Forums
Forum List  »  Stored Procedures

Re: Dynamically inserting values in temp table from stored procedure
Posted by: serle shuman
Date: May 27, 2005 02:43AM

Look at the restrictions on using temp tables at the moment. As soon as you use a temporary table more than twice in a stored procedure it gives a runtime message of table not found. This is misleading, but happens as soon as you use the temp table in more than two statements. Hopefully this restriction will be fixed soon as it severely limits the use of temporary tables.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Dynamically inserting values in temp table from stored procedure
2252
May 27, 2005 02:43AM


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.