1 line
138 B
SQL
1 line
138 B
SQL
SELECT cast(payload['action'] as string), count() FROM github_events WHERE type = 'WatchEvent' GROUP BY cast(payload['action'] as string) |