Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast44.q
blob: 8e80aaf2e8f65cde0740aef5ae4711fbd5bf87bd [
file
] [
log
] [
blame
]
select
div
(
cast
(
c_decimal18
as
decimal
(
18
,
4
)),
cast
(
c_decimal18
as
decimal
(
18
,
4
)))
from
data
where
c_row
>
15
;