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