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