SELECT CATEGORY,count(*) FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%britannique%' AND (ORIGINALTITLE LIKE '%Christian Thomas Ashdale%' OR TRANSLATEDTITLE LIKE '%Christian Thomas Ashdale%' OR ACTORS LIKE '%Christian Thomas Ashdale%' OR DIRECTOR LIKE '%Christian Thomas Ashdale%' OR PRODUCER LIKE '%Christian Thomas Ashdale%') GROUP BY CATEGORY ORDER BY CATEGORY

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