Column Expressions#

Aggregates#

A column expression can be in some form of an aggregate function in the syntax:

<aggregate>(<column>)

Mathematics#

Where appropriate all SQL clauses are able to apply mathematical arithmetic (e.g., addition +) or functions (e.g., sin) to columns.