SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Science fiction%' AND COUNTRY LIKE '%Fran�ais%' AND (ORIGINALTITLE LIKE '%Michael Brandner%' OR TRANSLATEDTITLE LIKE '%Michael Brandner%' OR ACTORS LIKE '%Michael Brandner%' OR DIRECTOR LIKE '%Michael Brandner%' OR PRODUCER LIKE '%Michael Brandner%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

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