Add PRODUCT function to aggregate functions documentation - #10376
Add PRODUCT function to aggregate functions documentation#10376HugoKornelis wants to merge 1 commit into
Conversation
Add PRODUCT function to aggregate functions documentation, applicable to SQL Server 2025 and other Microsoft services.
|
HugoKornelis : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit b06cf4b:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| docs/t-sql/functions/aggregate-functions-transact-sql.md | Details |
docs/t-sql/functions/aggregate-functions-transact-sql.md
- Line 46, Column 3: [Warning: file-not-found - See documentation]
Invalid file link: 'product-aggregate-sql.md'.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
|
Mark Ghanayem (@markingmyname) Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Pull request overview
Adds a reference to the PRODUCT aggregate function in the aggregate functions index page so readers can discover the new function documentation.
Changes:
- Adds
PRODUCTto the aggregate functions list. - Includes an applicability note inline with the list entry (currently).
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| - [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) |
Add PRODUCT function to aggregate functions documentation, applicable to SQL Server 2025 and other Microsoft services.