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