blob: e86bf4234a04c4154bc927ba7b241e6c95aaba8d [file]
select t.gbyi, count(t.id), max(t.id), min(t.id), avg(t.id) from `complex.json` t where t.nul is not null group by t.gbyi order by t.gbyi;