Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex202.q
blob: 1398cb6d14a509eea390de1c93d30f4080e04da9 [
file
]
select
t
.
gbyt
,
sum
(
t
.
fl
)
sumfl
from
`complex.json`
t
group
by
t
.
gbyt having sum
(
t
.
fl
)
<
27779157456
order
by
sumfl
;