The text of this article is not in this database — only its details are. Read it on the old site: Aggregate Functions in SQL Server
3 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Aggregate Functions in SQL Server
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Thangaraj SPosted Aug 25, 2019, 4:38 AM
If possible to select with max function.... Without group by clause?
Former memberPosted Jun 29, 2018, 1:55 AM
Https://dba.stackexchange.com/questions/210933/group-by-sum-based-on-under-group-in-sql-server please help for minor issue
knightsPosted Jan 4, 2011, 12:53 PM
I would like to add a note that BIT data types cant be operated with AVG, SUM, STDEV, STDEVP, VAR and VARP, besides all other numeric types. I would suggest that Definition 3 & 5 can be merged. It is a good recall about Aggregate functions.