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