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

4 lines
170 B
SQL

SET enable_nereids_planner=TRUE;
SET enable_fallback_to_original_planner=FALSE;
SELECT action, count() FROM github_events WHERE event_type = 'WatchEvent' GROUP BY action