Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
decimal
/
decimal89.q
blob: 78931c6dd6da41af77193ae816b7a69fc12fc05c [
file
] [
log
] [
blame
]
select
cast
(
'12345.6789'
as
decimal
(
9
,
4
))
+
cast
(
'9999999999999999999999999999'
as
decimal
(
28
,
0
))
from
data limit
1
;