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