RANK
Returns the rank of each element in a column
Last updated
Returns the rank of each element in a column
Last updated
RANK(column
, [ascending]
, [rank_type]
)
Returns the rank of each element in column
Argument | Description |
| Column to evaluate in ranking |
| Optional, defaults to TRUE. Order in which elements should be sorted.
|
| Optional, defaults to "average". Option for how to rank the group of elements that have the same value.
|
Outputs rank of each element in column
.