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