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