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