SELECT COUNTRY,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Arts Martiaux%' AND (ORIGINALTITLE LIKE '%Alexandre Nahon%' OR TRANSLATEDTITLE LIKE '%Alexandre Nahon%' OR ACTORS LIKE '%Alexandre Nahon%' OR DIRECTOR LIKE '%Alexandre Nahon%' OR PRODUCER LIKE '%Alexandre Nahon%') GROUP BY COUNTRY ORDER BY COUNTRY

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