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

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