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