diff --git a/docs/t-sql/functions/row-number-transact-sql.md b/docs/t-sql/functions/row-number-transact-sql.md index a70b5b1326b..37a68e9284b 100644 --- a/docs/t-sql/functions/row-number-transact-sql.md +++ b/docs/t-sql/functions/row-number-transact-sql.md @@ -52,6 +52,9 @@ ROW_NUMBER ( ) The `ORDER BY` clause determines the sequence in which the rows are assigned their unique `ROW_NUMBER` within a specified partition. It is required. For more information, see [OVER Clause (Transact-SQL)](../queries/select-over-clause-transact-sql.md). +> [!NOTE] +> You can't use `ROW` or `RANGE` from the `OVER` clause in the `ROW_NUMBER` function. + ## Return types **bigint**