Update SUM function syntax and OVER clause details - #10391
Open
Gabriel Donizeti Candido (donican) wants to merge 2 commits into
Open
Update SUM function syntax and OVER clause details#10391Gabriel Donizeti Candido (donican) wants to merge 2 commits into
Gabriel Donizeti Candido (donican) wants to merge 2 commits into
Conversation
Added row_or_range_clause to the SUM function syntax and updated the OVER clause description to include its default behavior.
prmerger-automator
Bot
requested a review
from Randolph West MSFT (rwestMSFT)
September 11, 2026 14:43
Contributor
|
Gabriel Donizeti Candido (@donican) : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Contributor
|
Gabriel Donizeti Candido (@donican) : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Contributor
|
Learn Build status updates of commit 9024494: ✅ Validation status: passed
For more details, please refer to the build report. |
Clarified the requirements for order_by_clause and row_or_range_clause in the OVER clause section.
Contributor
|
Learn Build status updates of commit 6dd7423: ✅ Validation status: passed
For more details, please refer to the build report. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This article doesn't mention that the OVER clause can include the ROWS or RANGE clause. I believe this is particularly important because when the ORDER BY clause is specified, ROWS or RANGE assumes its default value, which can then be explicitly changed by the user. My suggested change clarifies this point.