SELECT CATEGORY,count(*) FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%Cor�e du Sud%' AND (ORIGINALTITLE LIKE '%Vin Diesel%' OR TRANSLATEDTITLE LIKE '%Vin Diesel%' OR ACTORS LIKE '%Vin Diesel%' OR DIRECTOR LIKE '%Vin Diesel%' OR PRODUCER LIKE '%Vin Diesel%') GROUP BY CATEGORY ORDER BY CATEGORY

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