Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
decimal
/
data
/
decimal69.q
blob: a5fd4ced9f0396c2591e7355916883751ba8290e [
file
] [
log
] [
blame
]
select
cast
(
'123456789.123456789'
as
decimal
(
18
,
9
))
+
cast
(
'0.000000000000000000000000001'
as
decimal
(
28
,
28
))
from
data limit
1
;