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