SELECT * FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Science fiction%' AND COUNTRY LIKE '%Australie%' AND (ORIGINALTITLE LIKE '%Erin James%' OR TRANSLATEDTITLE LIKE '%Erin James%' OR ACTORS LIKE '%Erin James%' OR DIRECTOR LIKE '%Erin James%' OR PRODUCER LIKE '%Erin James%') ORDER BY DATEADD DESC, ORIGINALTITLE LIMIT -40,40

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 '-40,40' at line 1