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