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

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