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

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