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