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