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 12

Select schools.id, schools.name, schools.city, schools.state, schools.branch_type, schools.track_link, states.long_name, degrees_schools.degrees_sub_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_name='Audio' GROUP BY schools.id ORDER BY states.long_name,schools.name LIMIT -40,40