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