dense-rank

Create ranking within set of rows resulting from GROUP BY

Create ranking within set of rows resulting from GROUP BY Question: I have the following table CREATE TABLE "results" ( "player" INTEGER, "tournament" INTEGER, "year" INTEGER, "course" INTEGER, "round" INTEGER, "score" INTEGER, ); With the following data sample for a single tournament / year / round-combination. 1 33 2016 895 1 20 2 33 2016 …

Total answers: 1