Sign in
apache
/
drill-test-framework
/
b5ed55188c294aa172ccc7d30e7981884fedc8f0
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast24.q
blob: 36c11662046b34cadfcdeced04e8ede31034783c [
file
] [
log
] [
blame
]
select
cast
(
c_decimal9
as
decimal
(
9
,
5
))
-
cast
(
c_decimal38
as
decimal
(
38
,
18
))
from
data
where
c_row
>
8
and
c_row
<
14
;