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