SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Action%' AND COUNTRY LIKE '%britannique%' AND (ORIGINALTITLE LIKE '%Johnny Pemberton%' OR TRANSLATEDTITLE LIKE '%Johnny Pemberton%' OR ACTORS LIKE '%Johnny Pemberton%' OR DIRECTOR LIKE '%Johnny Pemberton%' OR PRODUCER LIKE '%Johnny Pemberton%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

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