Files
doris/regression-test/suites/variant_github_events_p0/theLongestRepositoryNames1.sql

2 lines
232 B
SQL

SELECT count(), cast(v:repo.name as string) FROM github_events WHERE cast(v:type as string) = 'WatchEvent' GROUP BY cast(v:repo.name as string) ORDER BY length(cast(v:repo.name as string)) DESC, cast(v:repo.name as string) LIMIT 50