Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
stddev_samp_numeric.q
blob: ec704aa81d02727a493dab86ae8638b6f4860177 [
file
] [
log
] [
blame
]
select
stddev_samp
(
contributions
)
from
voter
where
age
>
30
;