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