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

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