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

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