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