SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Guerre%' AND COUNTRY LIKE '%Sud-cor�en%' AND (ORIGINALTITLE LIKE '%Daniel Br�hl%' OR TRANSLATEDTITLE LIKE '%Daniel Br�hl%' OR ACTORS LIKE '%Daniel Br�hl%' OR DIRECTOR LIKE '%Daniel Br�hl%' OR PRODUCER LIKE '%Daniel Br�hl%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

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