Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast90.q
blob: 4480274d46558c416b641c0ed766d6edf4bfcc54 [
file
] [
log
] [
blame
]
select
cast
(
c_decimal38
as
decimal
(
38
,
18
))
from
data
where
c_row
<
15
and
cast
(
c_decimal38
as
decimal
(
38
,
18
))
is
not
null
;