The Select List

The select list specifies the columns of the rows in the query result. These columns are not necessarily columns from a table, but may be columns whose value is derived by applying a function or equation to the rows of the table selected for the query.

ActiveSpaces uses the following select list syntax:
[<identifier>.]<asterisk> | <value expression> [ [AS] <label> ]