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