SELECT * FROM `nutricoaching`.`movies` WHERE CATEGORY LIKE '%Romance%' AND (MEDIA LIKE '%Antoine Chappey%' OR MEDIATYPE LIKE '%Antoine Chappey%' OR SOURCE LIKE '%Antoine Chappey%' OR ORIGINALTITLE LIKE '%Antoine Chappey%' OR TRANSLATEDTITLE LIKE '%Antoine Chappey%' OR DIRECTOR LIKE '%Antoine Chappey%' OR PRODUCER LIKE '%Antoine Chappey%' OR COUNTRY LIKE '%Antoine Chappey%' OR CATEGORY LIKE '%Antoine Chappey%' OR YEAR LIKE '%Antoine Chappey%' OR ACTORS LIKE '%Antoine Chappey%' OR DESCRIPTION LIKE '%Antoine Chappey%' OR COMMENTS LIKE '%Antoine Chappey%' OR VIDEOFORMAT LIKE '%Antoine Chappey%' OR VIDEOBITRATE LIKE '%Antoine Chappey%' OR AUDIOFORMAT LIKE '%Antoine Chappey%' OR AUDIOBITRATE LIKE '%Antoine Chappey%' OR RESOLUTION LIKE '%Antoine Chappey%' OR FRAMERATE LIKE '%Antoine Chappey%' OR LANGUAGES LIKE '%Antoine Chappey%') 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