Matt Dodge, PN
- 6'1"
- 218
- 31
- 2 years
- East Carolina
- 2010 R7 O, Giants
Query: SELECT player_stats.season, player_stats.team_id, FROM players INNER JOIN player_stats ON players.id = player_stats.player_id WHERE players.code = 4180 and player_stats.games IS NOT NULL GROUP BY player_stats.season, team_id