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