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