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