SELECT COUNTRY,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Com�die musicale%' AND MEDIATYPE='MKV UHD 2160' AND (ORIGINALTITLE LIKE '%Steven M. Rales%' OR TRANSLATEDTITLE LIKE '%Steven M. Rales%' OR ACTORS LIKE '%Steven M. Rales%' OR DIRECTOR LIKE '%Steven M. Rales%' OR PRODUCER LIKE '%Steven M. Rales%') GROUP BY COUNTRY ORDER BY COUNTRY

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