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