Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
decimal
/
decimal70.q
blob: d188dcead3417304c8e63236effeac5859c0bdbd [
file
] [
log
] [
blame
]
select
cast
(
'-999999999999999999'
as
decimal
(
18
,
0
))
+
cast
(
'-0.000000000000000000000000001'
as
decimal
(
28
,
28
))
from
data limit
1
;