Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex209.q
blob: c51ad196d9aac1e1158f4dec62368a743d7e0535 [
file
] [
log
] [
blame
]
select
t
.
gbyi
,
sum
(
t
.
ooa
[
1
].
fl
.
f1
)
sumooa
from
`complex.json`
t
group
by
t
.
gbyi having sum
(
t
.
ooa
[
1
].
fl
.
f1
)
>
0
order
by
sumooa
;