Sign in
apache
/
drill-test-framework
/
refs/heads/resurrection
/
.
/
framework
/
resources
/
Functional
/
decimal
/
decimal33.sql
blob: 75f666021780a52c67ee6e0fa54254b9d0a41c13 [
file
]
select
cast
(
'-0.00000000000000001'
as
decimal
(
18
,
18
))
/
cast
(
'9999999999999999999999999999999999999'
as
decimal
(
38
,
0
))
from
data limit
1
;