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