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