Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
decimal
/
decimal86.q
blob: fb5bb325a5623884d347698c456b1151856e20cc [
file
] [
log
] [
blame
]
select
cast
(
'-0.00000001'
as
decimal
(
9
,
9
))
+
cast
(
'0.000000000000000000000000001'
as
decimal
(
28
,
28
))
from
data limit
1
;