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