Do you miss something on BrainKing.com and would you like to see it here? Post your request into this board! If there is a more specific board for the request, (i.e. game rule changes etc) then it should be posted and discussed on that specific board.
select avg(a.rating) as total_bkr, count(a.rating) as game_count, b.user_name from game_stats as a, player as b where a.id = b.id and a.game_counted >= 25 group by a.id having count(a.rating) >= 11 order by total_bkr desc