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

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