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

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