Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/t-sql/functions/aggregate-functions-transact-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Use aggregate functions as expressions only in the following situations:
- [GROUPING_ID](grouping-id-transact-sql.md)
- [MAX](max-transact-sql.md)
- [MIN](min-transact-sql.md)
- [PRODUCT](product-aggregate-sql.md) (applies to SQL Server 2025 (17.x), Azure SQL Database, Azure SQL Managed Instance, Azure Synapse Analytics, Warehouse in Microsoft Fabric, SQL database in Microsoft Fabric)
- [STDEV](stdev-transact-sql.md)
- [STDEVP](stdevp-transact-sql.md)
- [STRING_AGG](string-agg-transact-sql.md)
Expand Down