Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
decimal
/
decimal106.q
blob: f0df997ea54a3941e0bda5582737aea47386f236 [
file
] [
log
] [
blame
]
select
cast
(
'999999999999999999'
as
decimal
(
18
,
0
))
/
cast
(
'-9999999999999999999999999999999999999'
as
decimal
(
38
,
0
))
from
data limit
1
;