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