SELECT COUNTRY,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Musical%' AND (ORIGINALTITLE LIKE '%Phyllis Montana LeBlanc%' OR TRANSLATEDTITLE LIKE '%Phyllis Montana LeBlanc%' OR ACTORS LIKE '%Phyllis Montana LeBlanc%' OR DIRECTOR LIKE '%Phyllis Montana LeBlanc%' OR PRODUCER LIKE '%Phyllis Montana LeBlanc%') GROUP BY COUNTRY ORDER BY COUNTRY

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