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