SELECT COUNTRY,count(*) FROM `mrlafiadb01`.`movies` WHERE (ORIGINALTITLE LIKE '%James Sobol Kelly%' OR TRANSLATEDTITLE LIKE '%James Sobol Kelly%' OR ACTORS LIKE '%James Sobol Kelly%' OR DIRECTOR LIKE '%James Sobol Kelly%' OR PRODUCER LIKE '%James Sobol Kelly%') GROUP BY COUNTRY ORDER BY COUNTRY

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