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