Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex9.q
blob: b4d33216812fd8453fbba481bed4f39ddd799536 [
file
] [
log
] [
blame
]
select
t
.
gbyt
,
count
(
t
.
id
),
max
(
t
.
id
),
min
(
t
.
id
),
avg
(
t
.
id
)
from
`complex.json`
t
where
t
.
bool
is
true
group
by
t
.
gbyt order
by
t
.
gbyt
;