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