blob: 6f9f97f984d2e546d5e609e30cf5af24599f04da [file] [log] [blame]
select t.gbyt, count(t.bool) countbool from `complex.json` t group by t.gbyt having count(t.bool) >= 5544 order by countbool;