Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
length_encode2.q
blob: a6cc27011968fe2b8e0a21447b10b79f20f3f599 [
file
] [
log
] [
blame
]
select
length
(
convert_to
(
name
,
'UTF8'
),
'UTF8'
)
from
voter
where
voter_id
<
12
;