MySQL Forums
Forum List  »  Stored Procedures

Re: Temporary Tables Aliasing in Stored Procedure
Posted by: Roland Bouman
Date: July 27, 2005 05:15AM

Andrew Gilfrin wrote:
> I think you're confusing the point of temporary
> tables, the data in them is temporary not the
> table itself.

Hee, thanks! You are right, I did assume that the structure, as well as the data, was temporary.

>
> It doesn't really make sense to create the table
> in the procedure, you should just create it as a
> permanent entity in the db and then reference it
> in the stored procedure.

Well, I needed one to do just this:

> I can see the point of having a temporary
> structure in a procedure such as Oracle's PL/SQL
> tables but currently this isn't supported.
>

But now that's clear too. Thanks, I've learned alot!

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Temporary Tables Aliasing in Stored Procedure
2218
July 27, 2005 05:15AM


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.