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