Sign in
◑
Theme
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
p1tests
/
text
/
data
/
mod1.q
blob: 14eaec4e11a1d4a10ccd12730c299e175a2254cc [
file
]
select
mod
(
voter_id
,
3
),
mod
(
age
,
2
),
mod
(
contributions
,
11
),
mod
(
voterzone
,
123
)
from
voter_csv_v
where
voter_id
=
10
;