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