Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
convert
/
drill_4862.q
blob: 6fb0fa1db2e5d17bd07c9265bfbc905f38c83f53 [
file
] [
log
] [
blame
]
select
convert_from
(
binary_string
(
key
),
'UTF8'
)
from
`f1.json`
where
convert_from
(
binary_string
(
key
),
'UTF8'
)
is
not
null
;