SELECT CATEGORY,count(*) FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%Irlande%' AND (ORIGINALTITLE LIKE '%Luke James Fleischmann%' OR TRANSLATEDTITLE LIKE '%Luke James Fleischmann%' OR ACTORS LIKE '%Luke James Fleischmann%' OR DIRECTOR LIKE '%Luke James Fleischmann%' OR PRODUCER LIKE '%Luke James Fleischmann%') GROUP BY CATEGORY ORDER BY CATEGORY

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