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