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