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