Excerpt |
---|
This example explores how you can use aggregation functions to calculate rank of values in a column |
...
. |
Functions:
D generate list excerpts | ||
---|---|---|
|
Source:
You have a set of student test scores:
...
- The value
87
is both the third and fourth scores.- For the
KTHLARGEST
function, it is the output for the third and fourth ranking. - For the
KTHLARGESTUNIQUE
function, it is the output for the third ranking only.
- For the
D s also | ||
---|---|---|
|