Warning: Undefined variable $order_by_week in /var/www/vhosts/usafootballpools.com/wfe1.usafootballpools.com/nfl-power-rankings.php on line 83
Cannot execute SELECT query.

SELECT p.SEASON, p.TEAM, CONCAT(t.CITY, ' ', t.TEAMNAME) as TEAM_NAME, p.W1, p.W2, p.W3, p.W4, p.W5, p.W6, p.W7, p.W8, p.W9, p.W10, p.W11, p.W12, p.W13, p.W14, p.W15, p.W16, p.W17 , p.W18 FROM nfl_power_rankings p, nfl_teams_historical t WHERE t.TEAMCODE = p.TEAM AND p.SEASON = '2023' AND t.SEASON = '2023' ORDER BY CAST(p.W AS SIGNED)