Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
convert
/
convert28.q
blob: bcbcc782db8c100342a31b30f896ae0ef5ef8adb [
file
]
select
cast
(
convert_to
(
rl
[
0
][
1
],
'SIMPLEJSON'
)
as
varchar
(
20
))
from
`input2.json`
;