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