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