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