SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Fantastique%' AND COUNTRY LIKE '%Mexique%' AND (ORIGINALTITLE LIKE '%Christopher Lee%' OR TRANSLATEDTITLE LIKE '%Christopher Lee%' OR ACTORS LIKE '%Christopher Lee%' OR DIRECTOR LIKE '%Christopher Lee%' OR PRODUCER LIKE '%Christopher Lee%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

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