Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast5.q
blob: c58243e9bf57ae44a10a91d28fdb882eaf57fc66 [
file
] [
log
] [
blame
]
select
c_int
from
data
where
c_row
>
15
and
c_int
<>
cast
(
c_decimal18
as
decimal
(
18
,
4
));