odd.. So I removed the limit and when I try to execute it, I get
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘LIMIT 20 OFFSET 0’ at line 1
SELECT division, month, day, year, gamecode, hometeam, homescore, visitteam, visitscore FROM game_scores where homescore > 0 or visitscore >0 and year = 2014 order by month DESC, day DESC;