Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
convert
/
convert23.q
blob: cda81e0d53c49aea0aca6f40691d4b332c52f7ad [
file
] [
log
] [
blame
]
select
cast
(
convert_to
(
tbl
.
x
.
y
,
'JSON'
)
as
varchar
(
20
))
from
`input2.json`
tbl
;