Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
convert
/
data
/
convert9.q
blob: 4cc9b34f12881eb19b3e8e2c80e69549f2d7f423 [
file
]
select
cast
(
c_row
as
int
),
cast
(
c_bigint
as
bigint
)
c_bigint
,
convert_from
(
convert_to
(
c_bigint
,
'BIGINT'
),
'BIGINT'
)
from
data
;