Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast60.q
blob: b0ad58f5946e9a855bc0c6d1b1bf1f7c5d84da61 [
file
] [
log
] [
blame
]
select
stddev
(
cast
(
c_decimal28
as
decimal
(
28
,
9
)))
from
data
where
c_row
<
12
;