Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
stddev_pop_smallint.q
blob: 69b52c4118abd16304826bd221a76040262d6869 [
file
] [
log
] [
blame
]
select
stddev_pop
(
voterzone
)
from
voter
where
age
>
30
;