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