Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
decimal
/
decimal100.q
blob: 97c3f28b56ffd768d849d0fe9f2f438892bef5af [
file
] [
log
] [
blame
]
select
cast
(
'-999999999'
as
decimal
(
9
,
0
))
+
cast
(
'0.0000000000000000000000000000000000001'
as
decimal
(
38
,
38
))
from
data limit
1
;