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