Files
doris/regression-test/suites/variant_github_events_p2/sql/theTotalNumberOfUsersOnGithub3.sql
2024-12-12 12:16:04 +08:00

2 lines
124 B
SQL

SELECT count(distinct cast(v["actor"]["login"] as string)) FROM github_events WHERE cast(v["type"] as string) = 'PushEvent'