Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
limit0
/
hbase
/
data
/
length.q
blob: a704e7c894982e75265363b559190ae37e025e56 [
file
] [
log
] [
blame
]
select
length
(
convert_from
(
onecf
[
'name'
],
'UTF8'
))
from
student
where
twocf
[
'age'
]
<
19
;