Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
explicit_cast
/
explicit_cast61.q
blob: 275730c3875899724017c331604a57c0fe9bd4b1 [
file
] [
log
] [
blame
]
select
cast
(
cast
(
c_decimal9
as
decimal
(
9
,
4
))
as
decimal
(
28
,
9
))
from
data
where
c_row
=
8
;