Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
decimal
/
decimal54.q
blob: 39a247babb83b2149983180dbd2b1634818e516c [
file
] [
log
] [
blame
]
select
cast
(
'123456789.123456789'
as
decimal
(
18
,
9
))
+
cast
(
'9999999999999999999999999999999999999'
as
decimal
(
38
,
0
))
from
data limit
1
;