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

4 lines
208 B
SQL

SET enable_nereids_planner=TRUE;
SET enable_fallback_to_original_planner=FALSE;
-- SELECT body, count() FROM github_events WHERE body != "" AND length(body) < 100 GROUP BY body ORDER BY count() DESC LIMIT 50