Sign in
◑
Theme
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
p1tests
/
text
/
data
/
plus1.q
blob: ab3face71423fd4c4b339c5b06368161b6aee008 [
file
]
select
(
voter_id
+
5
),(
age
+
5
),
(
contributions
+
35.5
),
(
contributions
+
50
),
(
voterzone
+
500
)
from
voter_csv_v
where
voter_id
=
10
;