Sign in
◑
Theme
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
p1tests
/
text
/
data
/
divide3.q
blob: b4f8d61e7f04d9d74604ad343f6056f4790c3ba7 [
file
]
select
(
voter_id
/
100
),(
age
/
20
),(
contributions
/
20
)
from
voter_csv_v
where
voter_id
=
10
;