Skip to content

Commit 1d07866

Browse files
authored
guilding lillies
1 parent 51f4553 commit 1d07866

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/functions/row-number-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ WHERE database_id < 5;
106106
|3 |msdb |SIMPLE |
107107
|4 |tempdb |SIMPLE |
108108

109-
Adding a `PARTITION BY` clause on the `recovery_model_desc` column, will restart the numbering when the `recovery_model_desc` value changes.
109+
The `PARTITION BY` clause on the `recovery_model_desc` column, restarts the numbering when the `recovery_model_desc` value changes.
110110

111111
```sql
112112
SELECT

0 commit comments

Comments
 (0)