Aggregate function
aggregate function
aggregate function
A functions that performs a calculation on a column in a set of rows and returns a single value.
aggregate function
aggregate function
A function, such as Sum, Count, Avg, and Var, that you can use to calculate totals. In writing expressions and in programming, you can use SQL aggregate functions (including the four listed here) and domain aggregate functions to determine various statistics.