SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%Allemagne%' AND (ORIGINALTITLE LIKE '%Nicole Norman%' OR TRANSLATEDTITLE LIKE '%Nicole Norman%' OR ACTORS LIKE '%Nicole Norman%' OR DIRECTOR LIKE '%Nicole Norman%' OR PRODUCER LIKE '%Nicole Norman%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

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