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