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