2 lines
85 B
SQL
2 lines
85 B
SQL
SELECT count(distinct actor_login) FROM github_events WHERE event_type = 'PushEvent'
|
SELECT count(distinct actor_login) FROM github_events WHERE event_type = 'PushEvent'
|