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