Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
stddev_samp_int.q
blob: 72366d83bdd60ec15fcca913193b1c643206e7dd [
file
] [
log
] [
blame
]
select
stddev_samp
(
age
)
from
student
where
age
>
30
;