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