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