Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
decimal_negative
/
implicit_cast107.sql.failed
blob: fdd1c497c32ec8e64f0740c8ec447d2146494023 [
file
] [
log
] [
blame
]
select
variance
(
cast
(
c_decimal38
as
decimal
(
38
,
18
)))
from
dfs
.
drillTestDir
.
`/numerical_implicit_cast/data`
where
c_row
<
15
;