Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast21.q
blob: 70b51c7c4a06222c614554b7a9ae656c5228929b [
file
] [
log
] [
blame
]
select
cast
(
c_decimal38
as
decimal
(
38
,
18
))
-
cast
(
c_decimal28
as
decimal
(
28
,
9
))
from
data
where
c_row
<
12
;