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