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