Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
sqrt_dp.q
blob: 1910f72112cbe0475b4e44de8af8378b6ef983b8 [
file
] [
log
] [
blame
]
select
voter_id
,
sqrt
(
contributions
)
from
voter
where
age
>
73
;