SELECT CATEGORY,count(*) FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%Su�de%' AND (ORIGINALTITLE LIKE '%Jasmine Cephas Jones%' OR TRANSLATEDTITLE LIKE '%Jasmine Cephas Jones%' OR ACTORS LIKE '%Jasmine Cephas Jones%' OR DIRECTOR LIKE '%Jasmine Cephas Jones%' OR PRODUCER LIKE '%Jasmine Cephas Jones%') GROUP BY CATEGORY ORDER BY CATEGORY

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