"SELECT draftpicks.*, teams.*FROM " . TABLE_PREFIX . "draftpicks AS draftpicksLEFT JOIN " . TABLE_PREFIX . "teams AS teams ON (teams.teamid = draftpicks.teamid)WHERE draftpicks.pickid = $selecteddraft"