SELECT COUNTRY,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Historique%' AND (ORIGINALTITLE LIKE '%Emma Booth%' OR TRANSLATEDTITLE LIKE '%Emma Booth%' OR ACTORS LIKE '%Emma Booth%' OR DIRECTOR LIKE '%Emma Booth%' OR PRODUCER LIKE '%Emma Booth%') GROUP BY COUNTRY ORDER BY COUNTRY

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