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

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