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

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