View Single Post
Old 01-26-2014, 04:38 AM   #247
Ben E Lou
Morgado's Favorite Forum Fascist
 
Join Date: Oct 2000
Location: Greensboro, NC
Code:
select round((pick_id-16.5)/32)+1 AS draftround, mod(pick_id-1,32)+1 as draftpick, t.in_game_id as team, player_in_game_id as playerid FROM pick p JOIN team t on t.team_id=p.team_id JOIN player pl on pl.player_id=p.player_id WHERE pick_id>0 ORDER BY pick_id
.
__________________
The media don't understand the kinds of problems and pressures 54 million come wit'!
Ben E Lou is offline   Reply With Quote