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