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

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