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