MySQL Forums
Forum List  »  Stored Procedures

Re: Temporary Tables Aliasing in Stored Procedure
Posted by: Andrew Gilfrin
Date: July 27, 2005 05:40AM

My reply was aimed more at Conor rather than you Roland.

Nothing stopping you creating a table in the db, using it in the procedure and then dropping it later. If it's something you will be runnig alot then a premanent temporary table will do the trick.

I think what MySQL Stored Procedures need is some sort of complex data structure such as a 'temporary' structure or a multi dimentional array.

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: Temporary Tables Aliasing in Stored Procedure
2160
July 27, 2005 05:40AM


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.