main rankings query now places maps with the most records at the top

This commit is contained in:
- 2022-02-08 19:30:18 -08:00
parent 0a8611065b
commit 7b2120d122

View File

@ -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;