SELECT COUNTRY,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Myst�re%' AND (ORIGINALTITLE LIKE '%Sebasti�n Cordero%' OR TRANSLATEDTITLE LIKE '%Sebasti�n Cordero%' OR ACTORS LIKE '%Sebasti�n Cordero%' OR DIRECTOR LIKE '%Sebasti�n Cordero%' OR PRODUCER LIKE '%Sebasti�n Cordero%') GROUP BY COUNTRY ORDER BY COUNTRY

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