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