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