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