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