Improve Spartan, Avalam + Emergo pieces
[vchess.git] / server / db / queryGameStat.sql
index c172090..6b8d5a1 100644 (file)
@@ -1,4 +1,5 @@
 select name,total
 from GameStat g
   join variants v on g.vid = v.id
-where total > 0;
+where total > 0
+order by total desc;