blob: 0223713abd8c48fcdd51ec37a34ef3d3d94b1a7b [file] [log] [blame]
select t.gbyi, max(t.id) maxid, count(t.oooa.oa.oab.oabc[0].rowId) countid, min(t.oooa.oa.oab.oabc[1].rowValue1) minvalue, max(t.oooa.oa.oab.oabc[1].rowValue2) maxvalue from `complex.json` t group by t.gbyi order by t.gbyi;