SELECT CATEGORY,count(*) FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%Suisse%' AND MEDIATYPE='MKV HD 1080' AND (ORIGINALTITLE LIKE '%Vincent Kesteloot%' OR TRANSLATEDTITLE LIKE '%Vincent Kesteloot%' OR ACTORS LIKE '%Vincent Kesteloot%' OR DIRECTOR LIKE '%Vincent Kesteloot%' OR PRODUCER LIKE '%Vincent Kesteloot%') GROUP BY CATEGORY ORDER BY CATEGORY

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