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

2 lines
175 B
SQL

SELECT actor_login, count() AS stars FROM github_events WHERE event_type = 'WatchEvent' AND actor_login = 'alexey-milovidov' GROUP BY actor_login ORDER BY stars DESC LIMIT 50