Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
limit0
/
decimal
/
data
/
decimal2.q
blob: 454c0be09703c67234f34cd3c0a2ae637a3205af [
file
] [
log
] [
blame
]
select
cast
(
'999999999'
as
decimal
(
9
,
0
))
+
cast
(
'12345678901234.56789123456789'
as
decimal
(
28
,
14
))
from
data limit
1
;