SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Arts Martiaux%' AND COUNTRY LIKE '%allemand%' AND (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 MEDIATYPE ORDER BY MEDIATYPE

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