SELECT COUNTRY,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Biopic%' AND (ORIGINALTITLE LIKE '%Chia Yung Liu%' OR TRANSLATEDTITLE LIKE '%Chia Yung Liu%' OR ACTORS LIKE '%Chia Yung Liu%' OR DIRECTOR LIKE '%Chia Yung Liu%' OR PRODUCER LIKE '%Chia Yung Liu%') GROUP BY COUNTRY ORDER BY COUNTRY

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