SELECT * FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Thriller%' AND COUNTRY LIKE '%Allemagne%' AND (ORIGINALTITLE LIKE '%Dominic Raacke%' OR TRANSLATEDTITLE LIKE '%Dominic Raacke%' OR ACTORS LIKE '%Dominic Raacke%' OR DIRECTOR LIKE '%Dominic Raacke%' OR PRODUCER LIKE '%Dominic Raacke%') ORDER BY DATEADD DESC, ORIGINALTITLE 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