SELECT * FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Drame%' AND COUNTRY LIKE '%France%' AND (ORIGINALTITLE LIKE '%B�r�nice B�jo%' OR TRANSLATEDTITLE LIKE '%B�r�nice B�jo%' OR ACTORS LIKE '%B�r�nice B�jo%' OR DIRECTOR LIKE '%B�r�nice B�jo%' OR PRODUCER LIKE '%B�r�nice B�jo%') ORDER BY DATEADD DESC, ORIGINALTITLE LIMIT -216,216

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