SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Espionnage%' AND (ORIGINALTITLE LIKE '%Claude Lelouch%' OR TRANSLATEDTITLE LIKE '%Claude Lelouch%' OR ACTORS LIKE '%Claude Lelouch%' OR DIRECTOR LIKE '%Claude Lelouch%' OR PRODUCER LIKE '%Claude Lelouch%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

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