2 lines
71 B
SQL
2 lines
71 B
SQL
SELECT count(distinct cast(repo["name"] as string)) FROM github_events
|
SELECT count(distinct cast(repo["name"] as string)) FROM github_events
|