Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast22.q
blob: 8724e352e2cb0e243f3492af9cc18a212fee8da6 [
file
] [
log
] [
blame
]
select
cast
(
c_decimal18
as
decimal
(
18
,
4
))
*
cast
(
c_decimal9
as
decimal
(
9
,
5
))
from
data
where
c_row
>
16
;