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