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

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