SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Criminalit�%' AND COUNTRY LIKE '%USA%' AND (ORIGINALTITLE LIKE '%Vincent Kesteloot%' OR TRANSLATEDTITLE LIKE '%Vincent Kesteloot%' OR ACTORS LIKE '%Vincent Kesteloot%' OR DIRECTOR LIKE '%Vincent Kesteloot%' OR PRODUCER LIKE '%Vincent Kesteloot%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

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