Sign in
apache
/
drill-test-framework
/
b5ed55188c294aa172ccc7d30e7981884fedc8f0
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast19.q
blob: dd7aa3ce283130ccc21b6197f986b83a37466661 [
file
] [
log
] [
blame
]
select
cast
(
c_decimal18
as
decimal
(
18
,
4
))
from
data
where
c_row
>
18
and
cast
(
c_decimal18
as
decimal
(
18
,
4
))
<=
cast
(
c_decimal28
as
decimal
(
28
,
4
));