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