SELECT * FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Espionnage%' AND (ORIGINALTITLE LIKE '%Matthew Peter Murphy%' OR TRANSLATEDTITLE LIKE '%Matthew Peter Murphy%' OR ACTORS LIKE '%Matthew Peter Murphy%' OR DIRECTOR LIKE '%Matthew Peter Murphy%' OR PRODUCER LIKE '%Matthew Peter Murphy%') ORDER BY DATEADD DESC, ORIGINALTITLE LIMIT -80,80

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