Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex279.q
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
;