Sign in
◑
Theme
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
p1tests
/
text
/
data
/
length3.q
blob: e398ac3d6970e4b78adc4c9beff3141aefb7ebf2 [
file
]
select
length
(
voter_id
),
length
(
name
),
length
(
age
),
length
(
registration
),
length
(
contributions
),
length
(
voterzone
),
length
(
create_time
),
length
(
isVote
)
from
voter_csv_v
where
voter_id
=
10
;