Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 353 Bytes

File metadata and controls

12 lines (10 loc) · 353 Bytes

aggregateFunctions enumeration

Description

Lists all possible aggregate functions that can be used to calculate totals.

Value Description
max Maximum aggregate function.
min Minimum aggregate function.
avg Average aggregate function.
sum Sum value aggregate function.
count Row counting aggregate function.