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