SELECT CATEGORY,count(*) FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%Canadien%' AND (ORIGINALTITLE LIKE '%Michael St. John Smith%' OR TRANSLATEDTITLE LIKE '%Michael St. John Smith%' OR ACTORS LIKE '%Michael St. John Smith%' OR DIRECTOR LIKE '%Michael St. John Smith%' OR PRODUCER LIKE '%Michael St. John Smith%') GROUP BY CATEGORY ORDER BY CATEGORY

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