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

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