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