Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
decimal
/
decimal60.q
blob: 403bda1211056a7cabe350e98e06bd349857d8dc [
file
] [
log
] [
blame
]
select
cast
(
'999999999'
as
decimal
(
9
,
0
))
+
cast
(
'9999999999999999999999999999999999999'
as
decimal
(
38
,
0
))
from
data limit
1
;