@Minty's suggestion is correct. However, when using it, you must note the following:
The assigned column alias only has an external effect and partly in the SELECT part of the query.
As a query execution is very different from running through the SQL statement from top to bottom, the column...