Loading…
When values are tied:
Example (values: 100, 100, 80):
| Function | Result |
|---|---|
| ROW_NUMBER | 1, 2, 3 |
| RANK | 1, 1, 3 |
| DENSE_RANK | 1, 1, 2 |
Show all three ranking methods for products by price:
Order by price descending.
Downloading SQL engine… (one-time)
This runs entirely in your browser and is cached for next time.