Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
convert
/
data
/
convert26.q
blob: 074e457a1f80f974c47e34517b39924253fbbef4 [
file
]
select
convert_from
(
convert_to
(
z
,
'JSON'
),
'JSON'
)
from
`input2.json`
;