SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Science fiction%' AND COUNTRY LIKE '%Nouvelle-Z�lande%' AND (ORIGINALTITLE LIKE '%Ilan Debrabant%' OR TRANSLATEDTITLE LIKE '%Ilan Debrabant%' OR ACTORS LIKE '%Ilan Debrabant%' OR DIRECTOR LIKE '%Ilan Debrabant%' OR PRODUCER LIKE '%Ilan Debrabant%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

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