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