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