SELECT CATEGORY,count(*) FROM `mrlafiadb01`.`movies` WHERE COUNTRY LIKE '%�mirati%' AND (ORIGINALTITLE LIKE '%John Bell%' OR TRANSLATEDTITLE LIKE '%John Bell%' OR ACTORS LIKE '%John Bell%' OR DIRECTOR LIKE '%John Bell%' OR PRODUCER LIKE '%John Bell%') GROUP BY CATEGORY ORDER BY CATEGORY

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