2 lines
78 B
SQL
2 lines
78 B
SQL
SELECT count() FROM github_events WHERE cast(v:type as string) = 'WatchEvent'
|
SELECT count() FROM github_events WHERE cast(v:type as string) = 'WatchEvent'
|