Files
doris/regression-test/suites/variant_github_events_p0/countingStar2.sql

1 line
154 B
SQL

SELECT cast(v:payload.action as string), count() FROM github_events WHERE cast(v:type as string) = 'WatchEvent' GROUP BY cast(v:payload.action as string)