Snippets tagged “computed-columns”
1 snippet uses this tag.
- How to create virtual column using MySQL SELECT?PHP
To create a virtual column using a MySQL SELECT statement, you can use the AS keyword to assign a name to an expression in the SELECT statement.