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