Prepare space for the last one: Avalam (1 & 2 on usual + square boards)
[vchess.git] / server / db / queryGameStat.sql
CommitLineData
059f0aa2
BA
1select name,total
2from GameStat g
3 join variants v on g.vid = v.id
4where total > 0;