SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE (ORIGINALTITLE LIKE '%Bill Thompson%' OR TRANSLATEDTITLE LIKE '%Bill Thompson%' OR ACTORS LIKE '%Bill Thompson%' OR DIRECTOR LIKE '%Bill Thompson%' OR PRODUCER LIKE '%Bill Thompson%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE
Invalid Query: User 'mrlafiadb01' has exceeded the 'max_questions' resource (current value: 18893)