Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
limit0
/
decimal
/
data
/
decimal19.q
blob: f907aba9755a747c29f095910e8e150fe35a7c23 [
file
] [
log
] [
blame
]
select
cast
(
'123456789'
as
decimal
(
9
,
0
))
+
cast
(
'0.0000000000000000000000000000000000001'
as
decimal
(
38
,
38
))
from
data limit
1
;