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