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