Sign in
apache
/
drill-test-framework
/
refs/heads/resurrection
/
.
/
framework
/
resources
/
Functional
/
decimal
/
decimal11.sql
blob: ded635a766f991a9bb9e6d7b5454de930e20ca52 [
file
]
select
cast
(
'-0.00000000000000001'
as
decimal
(
18
,
18
))
+
cast
(
'-9999999999999999999999999999'
as
decimal
(
28
,
0
))
from
data limit
1
;