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

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