SELECT * FROM `thebigwaf01`.`movies` WHERE CATEGORY LIKE '%Animation%' AND (ORIGINALTITLE LIKE '%Simon Prescott%' OR TRANSLATEDTITLE LIKE '%Simon Prescott%' OR DIRECTOR LIKE '%Simon Prescott%' OR PRODUCER LIKE '%Simon Prescott%' OR ACTORS LIKE '%Simon Prescott%' OR DESCRIPTION LIKE '%Simon Prescott%' OR VIDEOFORMAT LIKE '%Simon Prescott%' OR FRAMERATE LIKE '%Simon Prescott%' OR FILESIZE LIKE '%Simon Prescott%' OR AUDIOFORMAT LIKE '%Simon Prescott%' OR DATEADD LIKE '%Simon Prescott%' OR MEDIA LIKE '%Simon Prescott%' OR RESOLUTION LIKE '%Simon Prescott%' OR LENGTH LIKE '%Simon Prescott%' OR LANGUAGES LIKE '%Simon Prescott%' OR SUBTITLES LIKE '%Simon Prescott%' OR MEDIATYPE LIKE '%Simon Prescott%') 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