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