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