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