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