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