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

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