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