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