SELECT COUNTRY,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Science-fiction%' AND (ORIGINALTITLE LIKE '%Bethany Anne Lind%' OR TRANSLATEDTITLE LIKE '%Bethany Anne Lind%' OR ACTORS LIKE '%Bethany Anne Lind%' OR DIRECTOR LIKE '%Bethany Anne Lind%' OR PRODUCER LIKE '%Bethany Anne Lind%') GROUP BY COUNTRY ORDER BY COUNTRY

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