main rankings query now places maps with the most records at the top
This commit is contained in:
parent
0a8611065b
commit
7b2120d122
@ -5,4 +5,4 @@ where Cts_ranks.mapid = Cts_times.mapid
|
|||||||
and cryptokey = idvalue
|
and cryptokey = idvalue
|
||||||
and idrank = 1
|
and idrank = 1
|
||||||
group by Cts_ranks.mapid
|
group by Cts_ranks.mapid
|
||||||
order by max(trank);
|
order by count(trank) DESC;
|
||||||
|
Loading…
Reference in New Issue
Block a user