Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
stddev_smallint.q
blob: 26f093d07297e4751dbdea4d6084cd8bcc4616aa [
file
] [
log
] [
blame
]
select
stddev
(
voterzone
)
from
voter
where
age
>
30
;