Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 4d1e98f

Browse files
author
ashwinkumar12345
committed
typo
1 parent 580c2b6 commit 4d1e98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sql/window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ In this case, the next few ranks are skipped depending on the number of ties tha
7373

7474
### ROW_NUMBER
7575

76-
`ROW_NUMBER` assigns a number to each data row of the result set sequentially. The row number is increases by 1 regardless of the fields specified in the `ORDER BY` list.
76+
`ROW_NUMBER` assigns a number to each data row of the result set sequentially. The row number increases by 1 regardless of the fields specified in the `ORDER BY` list.
7777

7878
```sql
7979
SELECT gender, balance, ROW_NUMBER()

0 commit comments

Comments
 (0)