SELECT * FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Action%' AND COUNTRY LIKE '%France%' AND MEDIATYPE='MKV SD' AND (ORIGINALTITLE LIKE '%Alexis Jacquin%' OR TRANSLATEDTITLE LIKE '%Alexis Jacquin%' OR ACTORS LIKE '%Alexis Jacquin%' OR DIRECTOR LIKE '%Alexis Jacquin%' OR PRODUCER LIKE '%Alexis Jacquin%') ORDER BY DATEADD DESC, ORIGINALTITLE LIMIT -72,72

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