Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast26.q
blob: cbf25f3e90814f749e37d87f2a377a80cefa1b15 [
file
] [
log
] [
blame
]
select
cast
(
c_decimal18
as
decimal
(
18
,
9
))
from
data
where
c_row
<
10
and
cast
(
c_decimal18
as
decimal
(
18
,
9
))
<
cast
(
c_decimal38
as
decimal
(
38
,
9
));