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

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