aggregate expression
An expression that uses one or more aggregate functions to produce an aggregate value. For example, the expression, max([SPEED]), produces a value that is the maximum value of the field, SPEED, in the data rows.
Related terms
Contrast with