SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Com�die%' AND COUNTRY LIKE '%Belge%' AND (ORIGINALTITLE LIKE '%Marion Cotillard%' OR TRANSLATEDTITLE LIKE '%Marion Cotillard%' OR ACTORS LIKE '%Marion Cotillard%' OR DIRECTOR LIKE '%Marion Cotillard%' OR PRODUCER LIKE '%Marion Cotillard%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

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