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