Sign in
apache
/
drill-test-framework
/
e7648f05ad9c828f9deacba058aefa394b901978
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
stddev_numeric.q
blob: 9fe2ca5b1b0ecf533ecac706f29f0bbaeccd44a9 [
file
] [
log
] [
blame
]
select
stddev
(
contributions
)
from
voter
where
age
>
30
;