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