Sign in
apache
/
doris
/
refs/heads/fix-null-offset-array
/
.
/
regression-test
/
suites
/
github_events_p2
/
sql
/
whoAreAllThosePeopleGivingStars1.sql
blob: 14f4a2f269082680d2dd97fb0e9a827709e89b30 [
file
]
SELECT
actor_login
,
count
()
AS
stars
FROM
github_events
WHERE
event_type
=
'WatchEvent'
GROUP
BY
actor_login
ORDER
BY
stars
DESC
LIMIT
50