SELECT COUNTRY,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Documentaire%' AND (ORIGINALTITLE LIKE '%Paul Pr�boist%' OR TRANSLATEDTITLE LIKE '%Paul Pr�boist%' OR ACTORS LIKE '%Paul Pr�boist%' OR DIRECTOR LIKE '%Paul Pr�boist%' OR PRODUCER LIKE '%Paul Pr�boist%') GROUP BY COUNTRY ORDER BY COUNTRY

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