SELECT COUNTRY,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Fantastique%' AND (ORIGINALTITLE LIKE '%Brian Norris%' OR TRANSLATEDTITLE LIKE '%Brian Norris%' OR ACTORS LIKE '%Brian Norris%' OR DIRECTOR LIKE '%Brian Norris%' OR PRODUCER LIKE '%Brian Norris%') GROUP BY COUNTRY ORDER BY COUNTRY

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