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

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