Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
limit0
/
decimal
/
data
/
decimal4.q
blob: 41c1b848a82ed7e51812a96d2d6973005f068e9d [
file
] [
log
] [
blame
]
select
cast
(
'0.00000001'
as
decimal
(
9
,
9
))
+
cast
(
'9999999999999999999999999999'
as
decimal
(
28
,
0
))
from
data limit
1
;