SELECT COUNTRY,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Com�die familiale%' AND (ORIGINALTITLE LIKE '%Jason Michael Berman%' OR TRANSLATEDTITLE LIKE '%Jason Michael Berman%' OR ACTORS LIKE '%Jason Michael Berman%' OR DIRECTOR LIKE '%Jason Michael Berman%' OR PRODUCER LIKE '%Jason Michael Berman%') GROUP BY COUNTRY ORDER BY COUNTRY

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