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