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