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