MySQL Forums
Forum List  »  Stored Procedures

Temp Table in Select of a Cursor
Posted by: Ross Rankin
Date: August 22, 2005 02:46PM

I'm getting a ERROR 1146 (42S02): Table 'temp' doesn't exist when I place a temporary table in a cursor. I cannot create the table before the declare so is this just not possible? then how do I loop through the results of a of a select and combine it with a temp table result?

Ross

Options: ReplyQuote


Subject
Views
Written By
Posted
Temp Table in Select of a Cursor
15345
August 22, 2005 02:46PM


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.