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