MySQL Forums
Forum List  »  Stored Procedures

Re: temp table and nested stored procedures
Posted by: Andrew Gilfrin
Date: June 19, 2005 05:07AM

I think it's one of those situations where doing one or the other won't be ideal. There may be situations where you don't want the temporay table to be available and times when you do.

I think the solution is to use a normal table, you will have to handle emptying the table once you have finished using it.

Andrew Gilfrin
------------------
http://gilfster.blogspot.com
My MySQL related Blog

http://www.mysqldevelopment.com
MySQL Stored Procedure,Trigger, View.... (Just about most things these days) Information

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: temp table and nested stored procedures
2298
June 19, 2005 05:07AM


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.