SELECT CATEGORY,count(*) FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%Belgique%' AND (ORIGINALTITLE LIKE '%Benedicte Aubert Ringnes%' OR TRANSLATEDTITLE LIKE '%Benedicte Aubert Ringnes%' OR ACTORS LIKE '%Benedicte Aubert Ringnes%' OR DIRECTOR LIKE '%Benedicte Aubert Ringnes%' OR PRODUCER LIKE '%Benedicte Aubert Ringnes%') GROUP BY CATEGORY ORDER BY CATEGORY

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