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