SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%fran�ais%' AND (ORIGINALTITLE LIKE '%Lee ByungHun%' OR TRANSLATEDTITLE LIKE '%Lee ByungHun%' OR ACTORS LIKE '%Lee ByungHun%' OR DIRECTOR LIKE '%Lee ByungHun%' OR PRODUCER LIKE '%Lee ByungHun%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

Invalid Query: User 'mrlafiadb01' has exceeded the 'max_questions' resource (current value: 11920)