SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Fantastique%' AND COUNTRY LIKE '%Br�sil%' AND (ORIGINALTITLE LIKE '%Steve Mellor%' OR TRANSLATEDTITLE LIKE '%Steve Mellor%' OR ACTORS LIKE '%Steve Mellor%' OR DIRECTOR LIKE '%Steve Mellor%' OR PRODUCER LIKE '%Steve Mellor%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

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