Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast125.q
blob: dcd03cf690865ad8f5a20b2b91afcb57a6464936 [
file
] [
log
] [
blame
]
select
sum
(
cast
(
c_decimal18
as
decimal
(
18
,
4
)))
from
data
where
c_row
>
15
;