blob: ee31affbce75eaabce9df7a199555028d1e18607 [file] [log] [blame]
select distinct count(distinct c_row) from data group by c_int order by 1;