blob: 575529d764291a4618c44ebf5816b7346fe75432 [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 avg(t.fl);