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