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