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