Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
decimal
/
decimal99.q
blob: 7a9c94359f9231f17c4a28529039944de8875322 [
file
] [
log
] [
blame
]
select
cast
(
'999999999'
as
decimal
(
9
,
0
))
/
cast
(
'-9999999999999999999999999999'
as
decimal
(
28
,
0
))
from
data limit
1
;