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

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