blob: 25a6e21f4669e52b2be4d861cb60f373b702425b [file] [log] [blame]
select t.gbyi, count(t.nul) countnul from `complex.json` t group by t.gbyi having count(t.nul) <= 33364 order by countnul;