SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Biopic%' AND COUNTRY LIKE '%Fran�ais%' AND (ORIGINALTITLE LIKE '%Thomas Schmitt%' OR TRANSLATEDTITLE LIKE '%Thomas Schmitt%' OR ACTORS LIKE '%Thomas Schmitt%' OR DIRECTOR LIKE '%Thomas Schmitt%' OR PRODUCER LIKE '%Thomas Schmitt%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

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