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

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