SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Romance%' AND COUNTRY LIKE '%Luxembourg%' AND (ORIGINALTITLE LIKE '%Philippe Du Janerand%' OR TRANSLATEDTITLE LIKE '%Philippe Du Janerand%' OR ACTORS LIKE '%Philippe Du Janerand%' OR DIRECTOR LIKE '%Philippe Du Janerand%' OR PRODUCER LIKE '%Philippe Du Janerand%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

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