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