Skip to content

Commit

Permalink
Merge pull request #183 from Hespian/patch-1
Browse files Browse the repository at this point in the history
Fix typo in rank.md
  • Loading branch information
arushi-firebolt authored Oct 4, 2023
2 parents bcbd31a + adfbf06 commit f820c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql-reference/functions-reference/rank.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For more information on usage, please refer to [Window Functions](./window-funct
{: .no_toc}

```sql
RANK() OVER ([PARTITION BY <exp>] ORDER BY <exp> [ASC|DESC] )
RANK() OVER ([PARTITION BY <val>] ORDER BY <exp> [ASC|DESC] )
```

| Parameter | Description |
Expand Down

0 comments on commit f820c88

Please sign in to comment.