Sign in
apache
/
doris
/
refs/heads/fix-null-offset-array
/
.
/
regression-test
/
suites
/
github_events_p2
/
sql
/
theTotalNumberOfUsersOnGithub3.sql
blob: 90421b6b0cf0aaf77fa881cbc14cd38443064f0e [
file
]
SELECT
count
(
distinct
actor_login
)
FROM
github_events
WHERE
event_type
=
'PushEvent'