Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex53.q
blob: 17c8ec72aa85445731609041dd805c2845ee8b8e [
file
] [
log
] [
blame
]
select
t
.
gbyi
,
count
(
t
.
id
),
max
(
t
.
id
),
min
(
t
.
id
),
avg
(
t
.
id
)
from
`complex.json`
t
where
t
.
gbyi
<=
5
and
t
.
gbyi
>=
11
group
by
t
.
gbyi order
by
t
.
gbyi
;