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