Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast42.q
blob: 2105e4dde67db0dd97ef29749300044eab4f41c6 [
file
] [
log
] [
blame
]
select
cast
(
c_decimal9
as
decimal
(
9
,
5
))
*
cast
(
c_decimal38
as
decimal
(
38
,
18
))
from
data
where
c_row
>
8
and
c_row
<
14
;