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

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