Files
doris/regression-test/suites/variant_p2/sql/theTotalNumberOfUsersOnGithub4.sql

2 lines
154 B
SQL

SELECT count(distinct cast(actor["login"] as string)) FROM github_events WHERE type = 'PullRequestEvent' AND cast(payload["action"] as string) = 'opened'