Skip to content

Commit

Permalink
Add aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Nov 15, 2024
1 parent 3cf98f6 commit 24256f2
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 24256f2

Please sign in to comment.