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