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