bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnubg] One thing you can do with the sql db


From: Christian Anthon
Subject: [Bug-gnubg] One thing you can do with the sql db
Date: Thu, 6 Apr 2006 11:03:09 +0200
User-agent: Mutt/1.5.10i

Just in case you wondered,

open the query tab inside relational database -> show records and type

SELECT AVG(snowie_error_rate_per_move)*1000 from matchstat INNER JOIN
nick on matchstat.nick_id = nick.nick_id where nick.name = 'user';

to get the average snowie error rate for the player with nickname
'user'.

-- 
"I can't promise that I'll try. But, I'll try to try." -- Bart




reply via email to

[Prev in Thread] Current Thread [Next in Thread]