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