blob: 9ebce1d08edda6f0f16c57c2d7a81184d5c24622 [file] [log] [blame]
select t.gbyi, max(t.fl), min(t.fl), avg(t.fl), count(t.str) from `complex.json` t where t.bool is false and t.fl < 1000 group by t.gbyi order by t.gbyi;