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