MySQL Forums
Forum List  »  Newbie

Re: Temporary Columns
Posted by: Peter Brawley
Date: August 11, 2014 11:09AM

A "temporary column" is a column in a View. Might go toward solving your problem, but MySQL Views have their own limitations: the Select statement may not have a FROM clause subquery; nor refer to temporary tables, PREPARE parameters, system or user variables, nor be associated with a Trigger.

Options: ReplyQuote


Subject
Written By
Posted
August 11, 2014 09:23AM
Re: Temporary Columns
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.