SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Com�die familiale%' AND COUNTRY LIKE '%Britannique%' AND (ORIGINALTITLE LIKE '%David A. Garcia%' OR TRANSLATEDTITLE LIKE '%David A. Garcia%' OR ACTORS LIKE '%David A. Garcia%' OR DIRECTOR LIKE '%David A. Garcia%' OR PRODUCER LIKE '%David A. Garcia%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

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