SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Science-fiction%' AND COUNTRY LIKE '%Australien%' AND (ORIGINALTITLE LIKE '%Michelle Fairley%' OR TRANSLATEDTITLE LIKE '%Michelle Fairley%' OR ACTORS LIKE '%Michelle Fairley%' OR DIRECTOR LIKE '%Michelle Fairley%' OR PRODUCER LIKE '%Michelle Fairley%') ORDER BY DATEADD DESC, ORIGINALTITLE

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