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