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

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