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