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

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