Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex51.q
blob: e685aa0a3a16452b99c0ca0d8998b7434de1f1da [
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
;