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