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