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

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