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