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