mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update dense_rank doc to mention the denseRank alias
This commit is contained in:
parent
4a4bd97b4b
commit
3b12fec141
@ -12,6 +12,8 @@ The [rank](./rank.md) function provides the same behaviour, but with gaps in ran
|
|||||||
|
|
||||||
**Syntax**
|
**Syntax**
|
||||||
|
|
||||||
|
Alias: `denseRank` (case-sensitive)
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
dense_rank (column_name)
|
dense_rank (column_name)
|
||||||
OVER ([[PARTITION BY grouping_column] [ORDER BY sorting_column]
|
OVER ([[PARTITION BY grouping_column] [ORDER BY sorting_column]
|
||||||
|
Loading…
Reference in New Issue
Block a user