Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
decimal_negative
/
limit0_decimal38.sql
blob: f36b63be8219c27c15013c425dc3c473f388c125 [
file
] [
log
] [
blame
]
select
cast
(
'12345.6789'
as
decimal
(
9
,
4
))
/
cast
(
'-0.0000000000000000000000000000000000001'
as
decimal
(
38
,
38
))
from
dfs
.
drillTestDir
.`/
numerical_decimal
/
data
`
limit
1
;