Skip to main content

COUNT

Returns the number of rows that match the query criteria.

COUNT(DISTINCT)

Returns the number of distinct, non-null field values that match the query criteria.

AVG

Returns the average of the column values.

MIN

Returns the minimum column value.

MAX

Returns the maximum column value.

SUM

Returns the total sum of the column values.