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