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 1

Select sh.id,sh.name,sh.city,sh.state,sh.branch_type,sh.track_link,s.abbreviation,s.long_name FROM schools sh JOIN states s ON sh.state=s.abbreviation WHERE s.long_name='Georgia' AND sh.city='Cobb' ORDER BY sh.name LIMIT -40,40