projects
/
vchess.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Attempt to clarify installation instructions a little
[vchess.git]
/
server
/
db
/
queryGameStat.sql
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
select name,total
2
from GameStat g
3
join variants v on g.vid = v.id
4
where total > 0
5
order by total desc;