SELECT COUNTRY,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Horreur%' AND MEDIATYPE='MKV HD 1080' AND (ORIGINALTITLE LIKE '%Jesse Reid%' OR TRANSLATEDTITLE LIKE '%Jesse Reid%' OR ACTORS LIKE '%Jesse Reid%' OR DIRECTOR LIKE '%Jesse Reid%' OR PRODUCER LIKE '%Jesse Reid%') GROUP BY COUNTRY ORDER BY COUNTRY

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