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