Sign in
apache
/
doris
/
refs/heads/fix-null-offset-array
/
.
/
regression-test
/
suites
/
github_events_p2
/
sql
/
countingStar2.sql
blob: e8366af1b7cc3e17de20083540b14468368ab20e [
file
]
SELECT
action
,
count
()
FROM
github_events
WHERE
event_type
=
'WatchEvent'
GROUP
BY
action