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

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