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