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