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