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

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