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

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