SELECT * FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Aventure%' AND COUNTRY LIKE '%France%' AND (ORIGINALTITLE LIKE '%Corneliu Dragomirescu%' OR TRANSLATEDTITLE LIKE '%Corneliu Dragomirescu%' OR ACTORS LIKE '%Corneliu Dragomirescu%' OR DIRECTOR LIKE '%Corneliu Dragomirescu%' OR PRODUCER LIKE '%Corneliu Dragomirescu%') ORDER BY DATEADD DESC, ORIGINALTITLE LIMIT -15,15

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