SELECT CATEGORY,count(*) FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%Australien%' AND MEDIATYPE='MKV HD 1080' AND (ORIGINALTITLE LIKE '%Jesse Eisenberg%' OR TRANSLATEDTITLE LIKE '%Jesse Eisenberg%' OR ACTORS LIKE '%Jesse Eisenberg%' OR DIRECTOR LIKE '%Jesse Eisenberg%' OR PRODUCER LIKE '%Jesse Eisenberg%') GROUP BY CATEGORY ORDER BY CATEGORY

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