Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
sqrt_int.q
blob: b13fce09e9fe3b9970a06df5aa3e3d325e7aff1c [
file
] [
log
] [
blame
]
select
sqrt
(
age
)
from
voter
where
contributions
>
800
;