Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
explicit_cast
/
explicit_cast64.q
blob: 06ab55903e2b968c61e1d34450799fb65db01965 [
file
] [
log
] [
blame
]
select
c_row
,
c_decimal38
,
cast
(
cast
(
c_decimal38
as
decimal
(
38
,
18
))
as
bigint
)
from
data
where
c_row
<=
14
;