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