SELECT CATEGORY,count(*) FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%Grande-Bretagne%' AND (ORIGINALTITLE LIKE '%Sean Pertwee%' OR TRANSLATEDTITLE LIKE '%Sean Pertwee%' OR ACTORS LIKE '%Sean Pertwee%' OR DIRECTOR LIKE '%Sean Pertwee%' OR PRODUCER LIKE '%Sean Pertwee%') GROUP BY CATEGORY ORDER BY CATEGORY

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