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

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