Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
decimal
/
decimal56.q
blob: bd099f1f4de532469c68f5f35c73fd56a0091568 [
file
] [
log
] [
blame
]
select
cast
(
'-999999999999999999'
as
decimal
(
18
,
0
))
+
cast
(
'12345678901234.56789123456789'
as
decimal
(
28
,
14
))
from
data limit
1
;