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