Skip to content

Commit

Permalink
docs: Fix broken link in window-functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Jan 17, 2024
1 parent aca99be commit e79e1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/sql/window-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The `label` property provides a descriptive text label.
`WindowFunction.over(name)`

Provide the _name_ of a window definition for this function and returns a new WindowFunction instance.
The window should be defined separately in an issued query, for example using the [Query.window](./query#Query.window) method.
The window should be defined separately in an issued query, for example using the [Query.window](./queries#window) method.

### partitionby

Expand Down

0 comments on commit e79e1d4

Please sign in to comment.