Skip to content

Commit

Permalink
Merge pull request #4071 from szarnyasg/nits-20241115d
Browse files Browse the repository at this point in the history
Add aliases
  • Loading branch information
szarnyasg authored Nov 15, 2024
2 parents 3cf98f6 + 24256f2 commit ef7fc3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/sql/functions/window_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ The table below shows the available general window functions.
| **Description** | The rank of the current row *without gaps;* this function counts peer groups. |
| **Return Type** | `BIGINT` |
| **Example** | `dense_rank()` |
| **Aliases** | `rank_dense()` |

#### `first_value(expr[ IGNORE NULLS])`

Expand Down Expand Up @@ -154,6 +155,7 @@ The table below shows the available general window functions.
| **Description** | The rank of the current row *without gaps*. |
| **Return Type** | `BIGINT` |
| **Example** | `rank_dense()` |
| **Aliases** | `dense_rank()` |

#### `rank()`

Expand Down

0 comments on commit ef7fc3c

Please sign in to comment.