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