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