From b06cf4b432215c89e875809030736746b27bbcf6 Mon Sep 17 00:00:00 2001 From: HugoKornelis Date: Wed, 12 Aug 2026 17:12:39 +0200 Subject: [PATCH 1/2] Add PRODUCT function to aggregate functions documentation Add PRODUCT function to aggregate functions documentation, applicable to SQL Server 2025 and other Microsoft services. --- docs/t-sql/functions/aggregate-functions-transact-sql.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/t-sql/functions/aggregate-functions-transact-sql.md b/docs/t-sql/functions/aggregate-functions-transact-sql.md index 459bc3dbc49..aa088c04315 100644 --- a/docs/t-sql/functions/aggregate-functions-transact-sql.md +++ b/docs/t-sql/functions/aggregate-functions-transact-sql.md @@ -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) From 4bfd6b60efbda07625e1f3ef96510f95da7224c3 Mon Sep 17 00:00:00 2001 From: Randolph West MSFT <97149825+rwestMSFT@users.noreply.github.com> Date: Fri, 21 Aug 2026 16:39:10 -0600 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- docs/t-sql/functions/aggregate-functions-transact-sql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/t-sql/functions/aggregate-functions-transact-sql.md b/docs/t-sql/functions/aggregate-functions-transact-sql.md index aa088c04315..f9048fc554c 100644 --- a/docs/t-sql/functions/aggregate-functions-transact-sql.md +++ b/docs/t-sql/functions/aggregate-functions-transact-sql.md @@ -43,7 +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) +- [PRODUCT](product-aggregate-transact-sql.md) - [STDEV](stdev-transact-sql.md) - [STDEVP](stdevp-transact-sql.md) - [STRING_AGG](string-agg-transact-sql.md)