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