Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
decimal
/
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
;