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