Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
decimal_negative
/
limit0_decimal9.sql
blob: 6b9bc68948279e0d4a8e5eed6a76fb9661614993 [
file
] [
log
] [
blame
]
select
cast
(
'-999999999999999999'
as
decimal
(
18
,
0
))
/
cast
(
'0.000000000000000000000000001'
as
decimal
(
28
,
28
))
from
dfs
.
drillTestDir
.`/
numerical_decimal
/
data
`
limit
1
;