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