Sign in
apache
/
doris
/
refs/heads/fix-null-offset-array
/
.
/
regression-test
/
suites
/
github_events_p2
/
sql
/
mostPopularCommentsOnGithub.sql
blob: bf5b050641cb9dafc940fcb9bc3c28e8d7538795 [
file
]
-- SELECT body, count() FROM github_events WHERE body != "" AND length(body) < 100 GROUP BY body ORDER BY count() DESC LIMIT 50