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

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