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