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