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