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