Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
goodroot committed Nov 25, 2024
1 parent 417fe63 commit 3e19d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/reference/function/window.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ description: Window SQL functions reference documentation and explanation.

Window functions perform calculations across sets of table rows that are related to the current row. Unlike aggregate functions that return a single result for a group of rows, window functions return a value for every row while considering a window of rows defined by the OVER clause.

We'll cover high-level, introductory information about window functions first.
For some, it may be helpful to launch some [common examples](#common-examples)
We'll cover high-level, introductory information about window functions then move into composition.
For some, it may be helpful to start with executing [common examples](#common-examples)
into our live demo. Experimenting with these examples, then referring back to the
reference, will help put everything in context.

Expand Down

0 comments on commit 3e19d51

Please sign in to comment.