Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex11.q
blob: b11aa19f372c92da42a7e9d63cfa6e669e924227 [
file
] [
log
] [
blame
]
select
t
.
gbyi
,
stddev
(
t
.
fl
),
stddev_pop
(
t
.
fl
),
stddev_samp
(
t
.
fl
)
from
`complex.json`
t
where
t
.
nul
is
not
null
group
by
t
.
gbyi order
by
t
.
gbyi
;