Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
stddev_pop_bigint.q
blob: ba4d9aa3d27584d145b233609b49e8bf6556fef8 [
file
] [
log
] [
blame
]
select
stddev_pop
(
studentnum
)
from
student
where
age
>
30
;