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

2 lines
90 B
SQL

SELECT action, count() FROM github_events WHERE event_type = 'WatchEvent' GROUP BY action