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