SELECT * FROM `nutricoaching`.`movies` WHERE CATEGORY LIKE '%Romance%' AND (MEDIA LIKE '%Bill Hunter%' OR MEDIATYPE LIKE '%Bill Hunter%' OR SOURCE LIKE '%Bill Hunter%' OR ORIGINALTITLE LIKE '%Bill Hunter%' OR TRANSLATEDTITLE LIKE '%Bill Hunter%' OR DIRECTOR LIKE '%Bill Hunter%' OR PRODUCER LIKE '%Bill Hunter%' OR COUNTRY LIKE '%Bill Hunter%' OR CATEGORY LIKE '%Bill Hunter%' OR YEAR LIKE '%Bill Hunter%' OR ACTORS LIKE '%Bill Hunter%' OR DESCRIPTION LIKE '%Bill Hunter%' OR COMMENTS LIKE '%Bill Hunter%' OR VIDEOFORMAT LIKE '%Bill Hunter%' OR VIDEOBITRATE LIKE '%Bill Hunter%' OR AUDIOFORMAT LIKE '%Bill Hunter%' OR AUDIOBITRATE LIKE '%Bill Hunter%' OR RESOLUTION LIKE '%Bill Hunter%' OR FRAMERATE LIKE '%Bill Hunter%' OR LANGUAGES LIKE '%Bill Hunter%') ORDER BY DATEADD DESC, ORIGINALTITLE ASC LIMIT -10,10

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 '-10,10' at line 1