SELECT COUNTRY,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Thriller%' AND MEDIATYPE='MKV UHD 2160' AND (ORIGINALTITLE LIKE '%Lee Eisenberg%' OR TRANSLATEDTITLE LIKE '%Lee Eisenberg%' OR ACTORS LIKE '%Lee Eisenberg%' OR DIRECTOR LIKE '%Lee Eisenberg%' OR PRODUCER LIKE '%Lee Eisenberg%') GROUP BY COUNTRY ORDER BY COUNTRY

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