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