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