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