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