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