SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Fantastique%' AND COUNTRY LIKE '%Autriche%' AND (ORIGINALTITLE LIKE '%Ludovic Berthillot%' OR TRANSLATEDTITLE LIKE '%Ludovic Berthillot%' OR ACTORS LIKE '%Ludovic Berthillot%' OR DIRECTOR LIKE '%Ludovic Berthillot%' OR PRODUCER LIKE '%Ludovic Berthillot%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

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