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

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