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

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