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

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