Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
decimal_negative
/
implicit_cast62.sql.failed
blob: 2b6ebca084ae88f8444b28a24e1bfd7d3959a76d [
file
] [
log
] [
blame
]
select
variance
(
cast
(
c_decimal28
as
decimal
(
28
,
9
)))
from
dfs
.
drillTestDir
.
`/numerical_implicit_cast/data`
where
c_row
<
12
;