SELECT * FROM `nutricoaching`.`movies` WHERE (YEAR='1952' OR YEAR='1954' OR YEAR='1958' OR YEAR='1960' OR YEAR='1962' OR YEAR='1963' OR YEAR='1964' OR YEAR='1965' OR YEAR='1966' OR YEAR='1967' OR YEAR='1968' OR YEAR='1970' OR YEAR='1971' OR YEAR='1974' OR YEAR='1976' OR YEAR='1977' OR YEAR='1978' OR YEAR='1979' OR YEAR='1980' OR YEAR='1981' OR YEAR='1982' OR YEAR='1983' OR YEAR='1985' OR YEAR='1986' OR YEAR='1987' OR YEAR='1989' OR YEAR='1991' OR YEAR='1992' OR YEAR='1996' OR TRIM(YEAR) LIKE '' OR YEAR='0') AND (MEDIA LIKE '%Douglas Reith%' OR MEDIATYPE LIKE '%Douglas Reith%' OR SOURCE LIKE '%Douglas Reith%' OR ORIGINALTITLE LIKE '%Douglas Reith%' OR TRANSLATEDTITLE LIKE '%Douglas Reith%' OR DIRECTOR LIKE '%Douglas Reith%' OR PRODUCER LIKE '%Douglas Reith%' OR COUNTRY LIKE '%Douglas Reith%' OR CATEGORY LIKE '%Douglas Reith%' OR YEAR LIKE '%Douglas Reith%' OR ACTORS LIKE '%Douglas Reith%' OR DESCRIPTION LIKE '%Douglas Reith%' OR COMMENTS LIKE '%Douglas Reith%' OR VIDEOFORMAT LIKE '%Douglas Reith%' OR VIDEOBITRATE LIKE '%Douglas Reith%' OR AUDIOFORMAT LIKE '%Douglas Reith%' OR AUDIOBITRATE LIKE '%Douglas Reith%' OR RESOLUTION LIKE '%Douglas Reith%' OR FRAMERATE LIKE '%Douglas Reith%' OR LANGUAGES LIKE '%Douglas Reith%') 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