Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
convert
/
convert10.q
blob: 2e0c48fd5b952144dfaca76439e9851a80e0f5d9 [
file
] [
log
] [
blame
]
select
c_row
,
c_float4
,
convert_from
(
convert_to
(
c_float4
,
'FLOAT'
),
'FLOAT'
)
from
data
;