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