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