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

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