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