Discuss temporary columns in the MySQL Help forum on Dev Shed. temporary columns MySQL Help forum discussing administration, SQL syntax, and other MySQL-related topics. MySQL is an open-source relational database management system (RDBMS).
Posts: n/a
Time spent in forums:
Reputation Power:
I'm trying to create a query that will select all the columns in my table and add a temporary one based on a calculation with the data in another column. If it's possible I assume it's using the JOIN and AS parts of a SELECT query, but i keep getting syntax errors or something. Any help is appreciated.