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

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