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