projects
/
vchess.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add Brotherhood, Maharajah (special version) + Dobutsu variants
[vchess.git]
/
server
/
db
/
queryGameStat.sql
1
select name
,
total
2
from
GameStat g
3
join
variants v
on
g.vid
=
v.
id
4
where
total
>
0
;