2 lines
99 B
SQL
2 lines
99 B
SQL
SELECT count(distinct cast(actor["login"] as string)) FROM github_events WHERE type = 'WatchEvent'
|
SELECT count(distinct cast(actor["login"] as string)) FROM github_events WHERE type = 'WatchEvent'
|