Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast6.q
blob: 32e1f17ee021c7b566927ba3db9259f95e182ca8 [
file
] [
log
] [
blame
]
select
c_int
from
data
where
c_row
<
12
and
c_int
>=
cast
(
c_decimal28
as
decimal
(
28
,
9
));