SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Aventures%' AND COUNTRY LIKE '%Argentine%' AND (ORIGINALTITLE LIKE '%Keith David%' OR TRANSLATEDTITLE LIKE '%Keith David%' OR ACTORS LIKE '%Keith David%' OR DIRECTOR LIKE '%Keith David%' OR PRODUCER LIKE '%Keith David%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

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