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