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