SELECT CATEGORY,count(*) FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%Canadien%' AND (ORIGINALTITLE LIKE '%Richard Rionda Del Castro%' OR TRANSLATEDTITLE LIKE '%Richard Rionda Del Castro%' OR ACTORS LIKE '%Richard Rionda Del Castro%' OR DIRECTOR LIKE '%Richard Rionda Del Castro%' OR PRODUCER LIKE '%Richard Rionda Del Castro%') GROUP BY CATEGORY ORDER BY CATEGORY

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