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