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

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