Files
doris/regression-test/suites/variant_p2/sql/countingStar2.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)