blob: 32a4eac93181ef96265edbfe770c3bfc2bb83852 [file] [log] [blame]
select count(distinct a1) from ( select SUM(case when c_bigint is null then 0 else 1 end) from alltypes_with_nulls group by c_date order by SUM(case when c_bigint is null then 0 else 1 end)) as dt(a1);