SELECT COUNTRY,count(*) FROM `mrlafiadb01`.`movies` WHERE MEDIATYPE='MKV HD 720' AND (ORIGINALTITLE LIKE '%Brian Niblett%' OR TRANSLATEDTITLE LIKE '%Brian Niblett%' OR ACTORS LIKE '%Brian Niblett%' OR DIRECTOR LIKE '%Brian Niblett%' OR PRODUCER LIKE '%Brian Niblett%') GROUP BY COUNTRY ORDER BY COUNTRY

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