Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast18.q
blob: 31832f58496d17abe2542e24429689bf7ad921bf [
file
] [
log
] [
blame
]
select
c_bigint
from
data
where
c_row
<
10
and
c_bigint
<
cast
(
c_decimal18
as
decimal
(
18
,
9
));