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

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