You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -79,13 +79,13 @@ Is the name of the window being referenced by the current window. The referenced
79
79
80
80
The other arguments are:
81
81
82
-
-[PARTITION BY](https://docs.microsoft.com/en-us/sql/t-sql/queries/select-over-clause-transact-sql?view=sql-server-ver15#partition-by) that divides the query result set into partitions.
82
+
-[PARTITION BY](select-over-clause-transact-sql.md#partition-by) that divides the query result set into partitions.
83
83
84
-
-[ORDER BY](https://docs.microsoft.com/en-us/sql/t-sql/queries/select-over-clause-transact-sql?view=sql-server-ver15#order-by) that defines the logical order of the rows within each partition of the result set.
84
+
-[ORDER BY](select-over-clause-transact-sql.md#order-by) that defines the logical order of the rows within each partition of the result set.
85
85
86
-
-[ROWS/RANGE](https://docs.microsoft.com/en-us/sql/t-sql/queries/select-over-clause-transact-sql?view=sql-server-ver15#rows-or-range) that limits the rows within the partition by specifying start and end points within the partition.
86
+
-[ROWS/RANGE](select-over-clause-transact-sql.md#rows-or-range) that limits the rows within the partition by specifying start and end points within the partition.
87
87
88
-
For more specific details about the arguments, see the [OVER Clause](https://docs.microsoft.com/en-us/sql/t-sql/queries/select-over-clause-transact-sql)
88
+
For more specific details about the arguments, see the [OVER Clause](select-over-clause-transact-sql.md)
89
89
90
90
91
91
## General remarks
@@ -104,7 +104,7 @@ The restrictions for usage of window specifications in the OVER clause with the
104
104
105
105
## Examples
106
106
107
-
### Us3 the window defined in WINDOW clause
107
+
### Use the window defined in WINDOW clause
108
108
109
109
The following example query shows uses a named window in the OVER clause.
0 commit comments