MySQL Forums
Forum List  »  Newbie

Temporary Columns
Posted by: Diego Villamil
Date: August 11, 2014 09:23AM

Dear MySQLers,
This is my first post.
I learnt about creating temporary tables and was trying to implement it.
I get an error because the original table on which my temporary one is based at will be used in my query. So it seems that I cannot open it twice.

What I thought I need is to store a temporarily column on such table. That way I can reference that column several times in my query without storing it permanently. How can I do this? Would this be the best solution?

Thanks,
Diego

Options: ReplyQuote


Subject
Written By
Posted
Temporary Columns
August 11, 2014 09:23AM
August 11, 2014 11:09AM


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.