SELECT * FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Arts Martiaux%' AND COUNTRY LIKE '%Br�sil%' AND (ORIGINALTITLE LIKE '%Dong Yu%' OR TRANSLATEDTITLE LIKE '%Dong Yu%' OR ACTORS LIKE '%Dong Yu%' OR DIRECTOR LIKE '%Dong Yu%' OR PRODUCER LIKE '%Dong Yu%') 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