Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
explicit_cast
/
explicit_cast67.q
blob: 2dad573da5c294271cb90e69ab0da5f714d06836 [
file
] [
log
] [
blame
]
select
c_row
,
c_decimal38
,
cast
(
cast
(
c_decimal38
as
decimal
(
38
,
4
))
as
decimal
(
9
,
4
))
from
data
where
c_row
=
8
;