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