blob: 9e01b6c20fb2483940d5f6f9c8c423513b19e61f [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 group by t.gbyi order by t.gbyi;