An Error Was Encountered
Error Number: 1064
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 '-40,40' at line 9
Select schools.id, schools.name, schools.city, schools.track_link, degrees_schools.degrees_sub_programs_main_programs_name FROM (schools JOIN states ON schools.state=states.abbreviation) JOIN degrees_schools ON schools.id=degrees_schools.schools_id WHERE degrees_schools.degrees_sub_programs_main_programs_name='Nampa' AND states.long_name='Idaho' AND schools.city='Boise' GROUP BY schools.id ORDER BY schools.city,schools.name LIMIT -40,40