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