SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%P�plum%' AND COUNTRY LIKE '%Italie%' AND (ORIGINALTITLE LIKE '%John Cothran Jr.%' OR TRANSLATEDTITLE LIKE '%John Cothran Jr.%' OR ACTORS LIKE '%John Cothran Jr.%' OR DIRECTOR LIKE '%John Cothran Jr.%' OR PRODUCER LIKE '%John Cothran Jr.%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

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