SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Guerre%' AND COUNTRY LIKE '%Espagne%' AND (ORIGINALTITLE LIKE '%Christophe Deroo%' OR TRANSLATEDTITLE LIKE '%Christophe Deroo%' OR ACTORS LIKE '%Christophe Deroo%' OR DIRECTOR LIKE '%Christophe Deroo%' OR PRODUCER LIKE '%Christophe Deroo%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

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