Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast9.q
blob: a5d3b16ceb496f46dac5f3b8701c82c825cecd43 [
file
] [
log
] [
blame
]
select
cast
(
c_decimal28
as
decimal
(
28
,
10
))
+
cast
(
c_decimal9
as
decimal
(
9
,
5
))
from
data
where
c_row
=
9
;