Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast121.q
blob: 367a058879bf85268e46e7de454ad04b664576d6 [
file
] [
log
] [
blame
]
select
sum
(
cast
(
c_decimal28
as
decimal
(
28
,
9
)))
from
data
where
c_row
<
12
;