Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
convert
/
convert8.q
blob: 56db3fda21a50c039c0d78752c6bf844162041e5 [
file
] [
log
] [
blame
]
select
c_row
,
c_int
,
convert_from
(
convert_to
(
c_int
,
'INT'
),
'INT'
)
from
data
;