aggregate function

A function that generates a single value from a group of values, often used with GROUP BY and HAVING clauses. Aggregate functions include AVG( ), COUNT( ), MAX( ), MIN( ), and SUM( ). Also known as set functions.


Send feedback to MSDN.Look here for MSDN Online resources.