SELECT COUNTRY,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Famille%' AND (ORIGINALTITLE LIKE '%Margarethe Von Trotta%' OR TRANSLATEDTITLE LIKE '%Margarethe Von Trotta%' OR ACTORS LIKE '%Margarethe Von Trotta%' OR DIRECTOR LIKE '%Margarethe Von Trotta%' OR PRODUCER LIKE '%Margarethe Von Trotta%') GROUP BY COUNTRY ORDER BY COUNTRY

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