Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast16.q
blob: fb29b1e5db29bf080fb6cc4c3391a3e0071b4d31 [
file
] [
log
] [
blame
]
select
c_float8
from
data
where
c_row
<
15
and
c_float8
>
cast
(
c_decimal38
as
decimal
(
38
,
18
));