Skip to content

Aggregate Functions

OneAndonlyFinbar edited this page Feb 19, 2022 · 3 revisions

Aggregate functions perform a calculation on a set of values and return a single value.

The following supported aggregate functions are listed below.

Function
MAX()
MIN()
SUM()
AVG()
COUNT()
STDEV()

Clone this wiki locally