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

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