Sign in
◑
Theme
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
p1tests
/
text
/
data
/
div2.q
blob: 6f62f1a6b450a4eb0ec75f3683efd5d9b3157668 [
file
]
select
div
(
voter_id
,
3
),
div
(
age
,
4.2
),
div
(
contributions
,
15.86
)
from
voter_csv_v
where
voter_id
=
10
;