SELECT CATEGORY,count(*) FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%Am�ricain%' AND (ORIGINALTITLE LIKE '%Doroth�e Guilbot%' OR TRANSLATEDTITLE LIKE '%Doroth�e Guilbot%' OR ACTORS LIKE '%Doroth�e Guilbot%' OR DIRECTOR LIKE '%Doroth�e Guilbot%' OR PRODUCER LIKE '%Doroth�e Guilbot%') GROUP BY CATEGORY ORDER BY CATEGORY

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