Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex278.q
blob: 6e9f11144401d27370d78e9362d8b02162b46361 [
file
] [
log
] [
blame
]
select
tt
.
gbyi
,
sum
(
tt
.
id
),
sum
(
tt
.
sia
[
1
])
from
(
select
t
.
id
,
t
.
gbyi
,
t
.
sia sia
from
`complex.json`
t
)
tt
group
by
tt
.
gbyi order
by
tt
.
gbyi
;