Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
convert
/
drill_4862_b.q
blob: 590979b8f04efd4951121468e202333326bd86fa [
file
] [
log
] [
blame
]
select
convert_from
(
binary_string
(
key
),
'UTF8'
)
from
`f1.json`
where
convert_from
(
binary_string
(
key
),
'UTF8'
)
=
'9999'
;