SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Aventure%' AND COUNTRY LIKE '%Isra�l%' AND (ORIGINALTITLE LIKE '%Michael Powers%' OR TRANSLATEDTITLE LIKE '%Michael Powers%' OR ACTORS LIKE '%Michael Powers%' OR DIRECTOR LIKE '%Michael Powers%' OR PRODUCER LIKE '%Michael Powers%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

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