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