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

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