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

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