Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
decimal
/
decimal25.q
blob: 8a491ca1ba853948efb374f1207ecd3a9be1d6a0 [
file
] [
log
] [
blame
]
select
cast
(
'123456789.123456789'
as
decimal
(
18
,
9
))
+
cast
(
'9999999999999999999999999999'
as
decimal
(
28
,
0
))
from
data limit
1
;