SELECT CATEGORY,count(*) FROM `mrlafiadb01`.`movies` WHERE (ORIGINALTITLE LIKE '%Sean Andrews%' OR TRANSLATEDTITLE LIKE '%Sean Andrews%' OR ACTORS LIKE '%Sean Andrews%' OR DIRECTOR LIKE '%Sean Andrews%' OR PRODUCER LIKE '%Sean Andrews%') GROUP BY CATEGORY ORDER BY CATEGORY

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