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