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

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