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 _______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
