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

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