Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
limit0
/
decimal
/
data
/
decimal96.q
blob: 37ae537a410aa1e04b4e72ffdb4cd7c972c47fed [
file
] [
log
] [
blame
]
select
cast
(
'-0.00000001'
as
decimal
(
9
,
9
))
+
cast
(
'12345678901234.56789123456789'
as
decimal
(
28
,
14
))
from
data limit
1
;