SELECT * FROM `thebigwaf01`.`movies` WHERE CATEGORY LIKE '%Animation%' AND (ORIGINALTITLE LIKE '%Steve Adams%' OR TRANSLATEDTITLE LIKE '%Steve Adams%' OR DIRECTOR LIKE '%Steve Adams%' OR PRODUCER LIKE '%Steve Adams%' OR ACTORS LIKE '%Steve Adams%' OR DESCRIPTION LIKE '%Steve Adams%' OR VIDEOFORMAT LIKE '%Steve Adams%' OR FRAMERATE LIKE '%Steve Adams%' OR FILESIZE LIKE '%Steve Adams%' OR AUDIOFORMAT LIKE '%Steve Adams%' OR DATEADD LIKE '%Steve Adams%' OR MEDIA LIKE '%Steve Adams%' OR RESOLUTION LIKE '%Steve Adams%' OR LENGTH LIKE '%Steve Adams%' OR LANGUAGES LIKE '%Steve Adams%' OR SUBTITLES LIKE '%Steve Adams%' OR MEDIATYPE LIKE '%Steve Adams%') ORDER BY DATEADD DESC, ORIGINALTITLE ASC LIMIT -24,24

Invalid Query: 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 '-24,24' at line 1