aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/count/count_all_grouped.sql
blob: 234ad3625af325105f063616b24ef7a3d1533366 (plain) (blame)
1
select key, count(*) from plato.Input group by key order by key;