blob: 20a1870bd7fbfca34896546d6d836a5bff6ca909 [file] [log] [blame]
select tt.gbyi, sum(tt.id), sum(tt.sia[3]) from (select t.id, t.gbyi, t.sia sia from `complex.json` t) tt group by tt.gbyi order by tt.gbyi;