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