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