Menu
there was a problem getting the names! = SELECT DISTINCT teamstat.name AS name FROM quizzerstat, tournaments, teamstat WHERE tournaments.tourney_id = quizzerstat.tourney_id AND teamstat.team_id = quizzerstat.team_id AND tournaments.type = 2 AND tournaments.startdate >= '2008-01-01' AND quizzerstat.first_name = 'Karys' AND quizzerstat.last_name = 'Wallace'

Average Points Per Game (PPG)