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