Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast50.q
blob: 3448424f14e27dfd5c0689fe50ac8520fc8c2c9d [
file
] [
log
] [
blame
]
select
div
(
cast
(
c_decimal9
as
decimal
(
9
,
5
)),
cast
(
c_decimal9
as
decimal
(
9
,
5
)))
from
data
where
c_row
>
16
and
cast
(
c_decimal9
as
decimal
(
9
,
5
))
<>
0
;