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