Gabe Jackson, G
- 6'3"
- 336
- 27
- 4 years
- Mississippi St.
- 2014 R3 O, None
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 = 8640 and player_stats.games IS NOT NULL GROUP BY player_stats.season, team_id