Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
decimal
/
decimal67.q
blob: 83732c7c31ef8bd4660d4ff88e3f9dd15e8e928f [
file
] [
log
] [
blame
]
select
cast
(
'-0.00000000000000001'
as
decimal
(
18
,
18
))
/
cast
(
'9999999999999999999999999999'
as
decimal
(
28
,
0
))
from
data limit
1
;