Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
length_encode3.q
blob: 76a947534f2f29078a8eb17f16419da2b4ceb908 [
file
] [
log
] [
blame
]
select
length
(
'This is a test string.'
,
'UTF8'
)
from
voter
where
voter_id
=
10
;