SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Biopic%' AND COUNTRY LIKE '%Belgique%' AND (ORIGINALTITLE LIKE '%Ethan Phillips%' OR TRANSLATEDTITLE LIKE '%Ethan Phillips%' OR ACTORS LIKE '%Ethan Phillips%' OR DIRECTOR LIKE '%Ethan Phillips%' OR PRODUCER LIKE '%Ethan Phillips%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

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