blob: 5941c19b8a718020ffb97085bd788498c4238cbb [file] [log] [blame]
select
col1,
count(distinct col2) as cnt
from
testDistinctAggregationCaseByCase4
group by
col1;