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

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