Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast113.q
blob: acb9857889ef16cca02610774231d7268a4b0f36 [
file
] [
log
] [
blame
]
select
sum
(
cast
(
c_decimal9
as
decimal
(
9
,
5
)))
from
data
where
c_row
>
16
;